Test again with IE
This commit is contained in:
parent
88622fcc71
commit
082aa11ceb
|
@ -5,14 +5,14 @@ require_once 'vendor/autoload.php';
|
||||||
class WebDriverDemo extends Sauce\Sausage\WebDriverTestCase
|
class WebDriverDemo extends Sauce\Sausage\WebDriverTestCase
|
||||||
{
|
{
|
||||||
public static $browsers = array(
|
public static $browsers = array(
|
||||||
// run FF15 on Windows 8 on Sauce
|
// // run FF15 on Windows 8 on Sauce
|
||||||
array(
|
// array(
|
||||||
'browserName' => 'firefox',
|
// 'browserName' => 'firefox',
|
||||||
'desiredCapabilities' => array(
|
// 'desiredCapabilities' => array(
|
||||||
'version' => '15',
|
// 'version' => '15',
|
||||||
'platform' => 'Windows 2012',
|
// 'platform' => 'Windows 2012',
|
||||||
)
|
// )
|
||||||
)
|
// ),
|
||||||
// // run IE9 on Windows 7 on Sauce
|
// // run IE9 on Windows 7 on Sauce
|
||||||
// array(
|
// array(
|
||||||
// 'browserName' => 'internet explorer',
|
// 'browserName' => 'internet explorer',
|
||||||
|
@ -21,14 +21,14 @@ class WebDriverDemo extends Sauce\Sausage\WebDriverTestCase
|
||||||
// 'platform' => 'Windows 7',
|
// 'platform' => 'Windows 7',
|
||||||
// )
|
// )
|
||||||
// ),
|
// ),
|
||||||
// // run IE10 on Windows 8 on Sauce
|
// run IE10 on Windows 8 on Sauce
|
||||||
// array(
|
array(
|
||||||
// 'browserName' => 'internet explorer',
|
'browserName' => 'internet explorer',
|
||||||
// 'desiredCapabilities' => array(
|
'desiredCapabilities' => array(
|
||||||
// 'version' => '10',
|
'version' => '10',
|
||||||
// 'platform' => 'Windows 8',
|
'platform' => 'Windows 8',
|
||||||
// )
|
)
|
||||||
// ),
|
)
|
||||||
// // run Opera 12 on Windows 7 on Sauce
|
// // run Opera 12 on Windows 7 on Sauce
|
||||||
// array(
|
// array(
|
||||||
// 'browserName' => 'opera',
|
// 'browserName' => 'opera',
|
||||||
|
@ -109,7 +109,7 @@ class WebDriverDemo extends Sauce\Sausage\WebDriverTestCase
|
||||||
|
|
||||||
//sleep(10);
|
//sleep(10);
|
||||||
|
|
||||||
$this->spinAssert("Home Title", $title_test, [ "COPS DEMO" ], 20);
|
$this->spinAssert("Home Title", $title_test, [ "COPS" ], 25);
|
||||||
|
|
||||||
$author = $this->byXPath ('//h2[contains(text(), "Authors")]');
|
$author = $this->byXPath ('//h2[contains(text(), "Authors")]');
|
||||||
$author->click ();
|
$author->click ();
|
||||||
|
|
Loading…
Reference in a new issue