Преглед изворни кода

Fixed acceptance HomeCest (#91)

Елисеев Дмитрий пре 9 година
родитељ
комит
3971d0bb3a
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      tests/acceptance/HomeCest.php

+ 1 - 0
tests/acceptance/HomeCest.php

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