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

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