Slightly improved scenario description
This commit is contained in:
@@ -4,7 +4,7 @@ $I = new AcceptanceTester($scenario);
|
||||
$I->am('Website Visitor');
|
||||
$I->wantTo('ensure that frontpage loads without errors');
|
||||
$I->amGoingTo('go to the homepage');
|
||||
$I->lookForwardTo('logging in');
|
||||
$I->lookForwardTo('log in');
|
||||
$I->amOnPage('/');
|
||||
$I->seeElement('input[type=username]');
|
||||
$I->seeElement('input[type=password]');
|
||||
|
||||
Reference in New Issue
Block a user