We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a30f64 commit a0601edCopy full SHA for a0601ed
src/Codeception/Module/Symfony/FormAssertionsTrait.php
@@ -50,7 +50,7 @@ public function seeFormErrorMessage(string $field, ?string $message = null): voi
50
{
51
$formCollector = $this->grabFormCollector(__FUNCTION__);
52
53
- if (!$forms = $formCollector->getData()->getValue('forms')['forms']) {
+ if (!$forms = $formCollector->getData()->getValue(true)['forms']) {
54
$this->fail('There are no forms on the current page.');
55
}
56
0 commit comments