Slightly improved scenario description

This commit is contained in:
snipe
2015-08-11 22:18:36 -07:00
parent 32336e7370
commit 0ec8c87e8a

View File

@@ -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]');