As it seems to work, try to update the testing to recent version
This commit is contained in:
parent
d648a6d6c7
commit
70bf01617c
|
@ -39,12 +39,12 @@ class Cops extends Sauce\Sausage\WebDriverTestCase
|
||||||
),
|
),
|
||||||
// run Mobile Safari on iOS
|
// run Mobile Safari on iOS
|
||||||
array(
|
array(
|
||||||
'browserName' => '',
|
'browserName' => 'iphone',
|
||||||
'desiredCapabilities' => array(
|
'desiredCapabilities' => array(
|
||||||
'app' => 'safari',
|
'app' => 'safari',
|
||||||
'device' => 'iPhone Simulator',
|
'device' => 'iPhone 6',
|
||||||
'version' => '6.1',
|
'version' => '9.2',
|
||||||
'platform' => 'Mac 10.8',
|
'platform' => 'OS X 10.10',
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
// run Mobile Browser on Android
|
// run Mobile Browser on Android
|
||||||
|
|
Loading…
Reference in a new issue