Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion android.conf.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// @ts-nocheck
import { config as baseConfig } from './wdio.conf.ts';
import { join } from 'node:path';

export const config: WebdriverIO.Config = {
...baseConfig,
Expand Down
2 changes: 0 additions & 2 deletions flutter-finder/wdio-flutter-by-service/src/utils.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import { LocatorConfig } from './types.js';
import { command } from 'webdriver';
import { browser } from '@wdio/globals';
import path from 'path';
import { createRequire } from 'module';
import { pathToFileURL } from 'url';
import fs from 'fs';

const require = createRequire(import.meta.url);
Expand Down
1 change: 0 additions & 1 deletion src/android.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { AndroidUiautomator2Driver } from 'appium-uiautomator2-driver';
import type { InitialOpts } from '@appium/types';
import type { AppiumFlutterDriver } from './driver';
import type ADB from 'appium-adb';

Expand Down
1 change: 0 additions & 1 deletion src/commands/element.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import _ from 'lodash';
import { getProxyDriver, FLUTTER_LOCATORS } from '../utils';
import { JWProxy } from 'appium/driver';
import { AndroidUiautomator2Driver } from 'appium-uiautomator2-driver';
// @ts-ignore
import { XCUITestDriver } from 'appium-xcuitest-driver';
Expand Down
3 changes: 0 additions & 3 deletions test/unit/element.specs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ import { W3C_ELEMENT_KEY } from 'appium/driver';
import {
ELEMENT_CACHE,
clear,
click,
elementDisplayed,
elementEnabled,
findElOrEls,
getAttribute,
getElementRect,
Expand Down
Loading