Fixed acceptance HomeCest (#91)

This commit is contained in:
Елисеев Дмитрий 2016-10-19 16:42:29 +03:00 committed by Alexander Makarov
parent a43b2ff94f
commit 3971d0bb3a

View File

@ -10,6 +10,7 @@ class HomeCest
$I->seeLink('About');
$I->click('About');
$I->wait(2); // wait for page to be opened
$I->see('This is the About page.');
}