It connected but the test did not work.
This commit is contained in:
parent
016f99c1fa
commit
144d3b81b9
|
@ -107,6 +107,8 @@ class WebDriverDemo extends Sauce\Sausage\WebDriverTestCase
|
||||||
return $text == $value;
|
return $text == $value;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
$this->implicitWait(3000);
|
||||||
|
|
||||||
$this->spinAssert("Home Title", $title_test, [ "COPS DEMO" ]);
|
$this->spinAssert("Home Title", $title_test, [ "COPS DEMO" ]);
|
||||||
|
|
||||||
$author = $this->byXPath ('//h2[contains(text(), "Authors")]');
|
$author = $this->byXPath ('//h2[contains(text(), "Authors")]');
|
||||||
|
|
Loading…
Reference in a new issue