This commit is contained in:
Sébastien Lucas 2013-11-28 15:14:15 +01:00
parent 144d3b81b9
commit d420948d59

View file

@ -107,7 +107,7 @@ class WebDriverDemo extends Sauce\Sausage\WebDriverTestCase
return $text == $value; return $text == $value;
}; };
$this->implicitWait(3000); sleep(3);
$this->spinAssert("Home Title", $title_test, [ "COPS DEMO" ]); $this->spinAssert("Home Title", $title_test, [ "COPS DEMO" ]);