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 6ba79d9 commit 195fdc8Copy full SHA for 195fdc8
src/Codeception/Module/WebDriver.php
@@ -2123,16 +2123,16 @@ protected function getSubmissionFormFieldName($name)
2123
* 'field1' => 'value',
2124
* 'checkbox' => [
2125
* 'value of first checkbox',
2126
- * 'value of second checkbox,
+ * 'value of second checkbox',
2127
* ],
2128
* 'otherCheckboxes' => [
2129
* true,
2130
* false,
2131
- * false
+ * false,
2132
2133
* 'multiselect' => [
2134
* 'first option value',
2135
- * 'second option value'
+ * 'second option value',
2136
* ]
2137
* ]);
2138
* ?>
0 commit comments