Another try

This commit is contained in:
Sébastien Lucas 2013-11-28 16:14:57 +01:00
parent 3673716e89
commit 7b1882dbcc

View file

@ -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 ();