As it seems to work, try to update the testing to recent version

This commit is contained in:
Sébastien Lucas 2016-01-18 18:37:18 +01:00
parent d648a6d6c7
commit 70bf01617c
1 changed files with 4 additions and 4 deletions

View File

@ -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