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