mirror of
https://github.com/appium/appium.git
synced 2026-02-10 20:09:49 -06:00
unquarantine toggle tests. they're not too flakey.. maybe
This commit is contained in:
@@ -46,8 +46,7 @@ var toggleTest = function (promisedBrowser, displayName, toggleElementName, togg
|
||||
};
|
||||
};
|
||||
|
||||
// disabling because it is very flaky
|
||||
describe('toggles @skip-android-all', function () {
|
||||
describe('toggles', function () {
|
||||
var promisedBrowser = setup(this, desired);
|
||||
|
||||
describe('toggle cellular data', toggleTest(promisedBrowser, "cellular data", "data_toggle", "toggleData"));
|
||||
|
||||
Reference in New Issue
Block a user