Skip to content

Commit

Permalink
moar
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Jan 30, 2025
1 parent 16b6f8e commit f4c2a70
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/functional/device/accessibility-e2e-specs.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {PREDICATE_SEARCH} from '../helpers/element';
import {MOCHA_TIMEOUT, initSession, deleteSession, hasDefaultPrebuiltWDA} from '../helpers/session';
import {SETTINGS_CAPS, amendCapabilities, isIosVersionBelow} from '../desired';
import {SETTINGS_CAPS, amendCapabilities} from '../desired';


describe('Accessibility', function () {
Expand Down Expand Up @@ -43,11 +43,6 @@ describe('Accessibility', function () {
});

async function showAccessibilityTab(driver) {
if (isIosVersionBelow('18.0')) {
await driver
.$(`${PREDICATE_SEARCH}:type == 'XCUIElementTypeCell' AND name == 'General'`)
.click();
}
await driver
.$(`${PREDICATE_SEARCH}:name == 'Accessibility'`)
.click();
Expand Down

0 comments on commit f4c2a70

Please sign in to comment.