From d420948d59280ec29e3dea79cfce9629fec128b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Thu, 28 Nov 2013 15:14:15 +0100 Subject: [PATCH] Erreur --- test/Sauce.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Sauce.php b/test/Sauce.php index c268366..9518a39 100644 --- a/test/Sauce.php +++ b/test/Sauce.php @@ -107,7 +107,7 @@ class WebDriverDemo extends Sauce\Sausage\WebDriverTestCase return $text == $value; }; - $this->implicitWait(3000); + sleep(3); $this->spinAssert("Home Title", $title_test, [ "COPS DEMO" ]);