File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222 "php" : " ^8.0" ,
2323 "ext-json" : " *" ,
2424 "ext-mbstring" : " *" ,
25- "codeception/codeception" : " ^5.0.0-alpha3 " ,
26- "codeception/lib-web" : " ^1.0" ,
25+ "codeception/codeception" : " ^5.0.0-RC2 " ,
26+ "codeception/lib-web" : " ^1.0.1 " ,
2727 "codeception/stub" : " ^4.0" ,
2828 "php-webdriver/webdriver" : " ^1.8.0"
2929 },
Original file line number Diff line number Diff line change @@ -1422,7 +1422,7 @@ public function seeCheckboxIsChecked($checkbox): void
14221422 $ this ->assertTrue ($ this ->findField ($ checkbox )->isSelected ());
14231423 }
14241424
1425- public function dontSeeCheckboxIsChecked (string $ checkbox ): void
1425+ public function dontSeeCheckboxIsChecked ($ checkbox ): void
14261426 {
14271427 $ this ->assertFalse ($ this ->findField ($ checkbox )->isSelected ());
14281428 }
You can’t perform that action at this time.
0 commit comments