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 22
22
"php" : " ^8.0" ,
23
23
"ext-json" : " *" ,
24
24
"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 " ,
27
27
"codeception/stub" : " ^4.0" ,
28
28
"php-webdriver/webdriver" : " ^1.8.0"
29
29
},
Original file line number Diff line number Diff line change @@ -1422,7 +1422,7 @@ public function seeCheckboxIsChecked($checkbox): void
1422
1422
$ this ->assertTrue ($ this ->findField ($ checkbox )->isSelected ());
1423
1423
}
1424
1424
1425
- public function dontSeeCheckboxIsChecked (string $ checkbox ): void
1425
+ public function dontSeeCheckboxIsChecked ($ checkbox ): void
1426
1426
{
1427
1427
$ this ->assertFalse ($ this ->findField ($ checkbox )->isSelected ());
1428
1428
}
You can’t perform that action at this time.
0 commit comments