瀏覽代碼

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