From 3971d0bb3a562dcdd3484f542ff42a9faaf9593b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=BB=D0=B8=D1=81=D0=B5=D0=B5=D0=B2=20=D0=94=D0=BC?= =?UTF-8?q?=D0=B8=D1=82=D1=80=D0=B8=D0=B9?= Date: Wed, 19 Oct 2016 16:42:29 +0300 Subject: [PATCH] Fixed acceptance HomeCest (#91) --- tests/acceptance/HomeCest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/acceptance/HomeCest.php b/tests/acceptance/HomeCest.php index eb7e9fa..cb8faea 100644 --- a/tests/acceptance/HomeCest.php +++ b/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.'); }