From 144d3b81b9d85174164700056b6add08a32e74b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Thu, 28 Nov 2013 15:00:42 +0100 Subject: [PATCH] It connected but the test did not work. --- test/Sauce.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Sauce.php b/test/Sauce.php index f5167cd..c268366 100644 --- a/test/Sauce.php +++ b/test/Sauce.php @@ -106,6 +106,8 @@ class WebDriverDemo extends Sauce\Sausage\WebDriverTestCase $text = $driver->byXPath('//h1')->text (); return $text == $value; }; + + $this->implicitWait(3000); $this->spinAssert("Home Title", $title_test, [ "COPS DEMO" ]);