From 7b1882dbccec093de7a150a03f8a86aaa9a5abe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Thu, 28 Nov 2013 16:14:57 +0100 Subject: [PATCH] Another try --- test/Sauce.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Sauce.php b/test/Sauce.php index 254303f..456b11b 100644 --- a/test/Sauce.php +++ b/test/Sauce.php @@ -107,9 +107,9 @@ class WebDriverDemo extends Sauce\Sausage\WebDriverTestCase return $text == $value; }; - sleep(10); + //sleep(10); - $this->spinAssert("Home Title", $title_test, [ "COPS DEMO" ]); + $this->spinAssert("Home Title", $title_test, [ "COPS DEMO" ], 20); $author = $this->byXPath ('//h2[contains(text(), "Authors")]'); $author->click ();