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" ]);