It connected but the test did not work.
This commit is contained in:
parent
016f99c1fa
commit
144d3b81b9
|
@ -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" ]);
|
||||
|
||||
|
|
Loading…
Reference in a new issue