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 c9b3810 commit 6c8c0cbCopy full SHA for 6c8c0cb
src/Codeception/Module/Symfony.php
@@ -966,8 +966,10 @@ public function seeAuthentication($remembered = false)
966
}
967
968
/**
969
- * Submits the given Symfony Form on the page, with the given form values.
970
- * If you customized the CSS selectors or field names use ->submitForm() instead.
+ * Submit a form specifying the form name only once.
+ *
971
+ * Use this function instead of $I->submitForm() to avoid repeating the form name in the field selectors.
972
+ * If you customized the names of the field selectors use $I->submitForm() for full control.
973
*
974
* ```php
975
* <?php
0 commit comments