Explorar el Código

Fixed acceptance HomeCest (#91)

Елисеев Дмитрий hace 9 años
padre
commit
3971d0bb3a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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.');
     }