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 9de9a33 commit 91e35c5Copy full SHA for 91e35c5
src/Lib/Interfaces/Web.php
@@ -433,7 +433,7 @@ public function seeCheckboxIsChecked($checkbox): void;
433
* $I->seeCheckboxIsChecked('#signup_form input[type=checkbox]'); // I suppose user didn't check the first checkbox in form.
434
* ```
435
*/
436
- public function dontSeeCheckboxIsChecked(string $checkbox): void;
+ public function dontSeeCheckboxIsChecked($checkbox): void;
437
438
/**
439
* Checks that the given input field or textarea *equals* (i.e. not just contains) the given value.
0 commit comments