It connected but the test did not work.

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

View file

@ -106,6 +106,8 @@ class WebDriverDemo extends Sauce\Sausage\WebDriverTestCase
$text = $driver->byXPath('//h1')->text ();
return $text == $value;
};
$this->implicitWait(3000);
$this->spinAssert("Home Title", $title_test, [ "COPS DEMO" ]);