Revert to iPhone 6.1 (don't why it fails)
Add another safety check.
This commit is contained in:
parent
5e541e02e3
commit
258ee57556
|
@ -43,8 +43,8 @@ class Cops extends Sauce\Sausage\WebDriverTestCase
|
||||||
'desiredCapabilities' => array(
|
'desiredCapabilities' => array(
|
||||||
'app' => 'safari',
|
'app' => 'safari',
|
||||||
'device' => 'iPhone Simulator',
|
'device' => 'iPhone Simulator',
|
||||||
'version' => '7.1',
|
'version' => '6.1',
|
||||||
'platform' => 'Mac 10.9',
|
'platform' => 'Mac 10.8',
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
// run Mobile Browser on Android
|
// run Mobile Browser on Android
|
||||||
|
@ -154,6 +154,7 @@ class Cops extends Sauce\Sausage\WebDriverTestCase
|
||||||
};
|
};
|
||||||
|
|
||||||
// Click on the wrench to enable tag filtering
|
// Click on the wrench to enable tag filtering
|
||||||
|
$this->spinWait ("", $element_present, [ "class name", 'icon-wrench']);
|
||||||
$this->byClassName ("icon-wrench")->click ();
|
$this->byClassName ("icon-wrench")->click ();
|
||||||
|
|
||||||
$this->spinWait ("", $element_present, [ "id", "html_tag_filter"]);
|
$this->spinWait ("", $element_present, [ "id", "html_tag_filter"]);
|
||||||
|
|
Loading…
Reference in a new issue