1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 06:07:32 +02:00

Fixed acceptance test selectOption() argument type.

This commit is contained in:
camer0n
2025-03-30 13:04:25 -07:00
parent 2abfee68d2
commit a521f6a2cd

View File

@@ -28,7 +28,7 @@ class UserSignupCest
$I->amOnPage('/signup.php');
$I->wantTo("Test user signup process");
$I->selectOption('coppa',1);
$I->selectOption('coppa','1');
$I->click('newver');