mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +02:00
Fixed acceptance test selectOption() argument type.
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user