Browse Source

Fixed acceptance HomeCest (#91)

Елисеев Дмитрий 9 năm trước cách đây
mục cha
commit
3971d0bb3a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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.');
     }