Jelajahi Sumber

Fixed acceptance HomeCest (#91)

Елисеев Дмитрий 9 tahun lalu
induk
melakukan
3971d0bb3a
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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.');
     }