Remove Opera (takes too much time)
This commit is contained in:
parent
dc0309caa8
commit
d2ab76b23f
|
@ -29,14 +29,6 @@ class Cops extends Sauce\Sausage\WebDriverTestCase
|
||||||
'platform' => 'Windows 8.1',
|
'platform' => 'Windows 8.1',
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
// run Opera 12 on Windows 7 on Sauce
|
|
||||||
array(
|
|
||||||
'browserName' => 'opera',
|
|
||||||
'desiredCapabilities' => array(
|
|
||||||
'version' => '12',
|
|
||||||
'platform' => 'Windows 7',
|
|
||||||
)
|
|
||||||
),
|
|
||||||
// run Safari 7 on Maverick on Sauce
|
// run Safari 7 on Maverick on Sauce
|
||||||
array(
|
array(
|
||||||
'browserName' => 'safari',
|
'browserName' => 'safari',
|
||||||
|
|
Loading…
Reference in a new issue