mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 14:17:49 +02:00
Fixed acceptance test selectOption() argument type.
This commit is contained in:
@@ -28,7 +28,7 @@ class UserSignupCest
|
|||||||
$I->amOnPage('/signup.php');
|
$I->amOnPage('/signup.php');
|
||||||
$I->wantTo("Test user signup process");
|
$I->wantTo("Test user signup process");
|
||||||
|
|
||||||
$I->selectOption('coppa',1);
|
$I->selectOption('coppa','1');
|
||||||
$I->click('newver');
|
$I->click('newver');
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user