Skip to content

Commit a0d0582

Browse files
committed
remove locator from types
1 parent efb3bf3 commit a0d0582

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

flutter-by/wdio-flutter-by-service/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flutter-by/wdio-flutter-by-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wdio-flutter-by-service",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "",
55
"scripts": {
66
"build": "rimraf build && tsc -b"

flutter-by/wdio-flutter-by-service/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@ declare global {
1515
flutterByText$$(text: string): Promise<WebdriverIO.Element[]>;
1616
flutterWaitForVisible(options: {
1717
element: WebdriverIO.Element;
18-
locator: Flutter.Locator;
1918
timeout?: number;
2019
}): Promise<void>;
2120
flutterDoubleClick(element: WebdriverIO.Element): WebdriverIO.Element;
2221
flutterWaitForAbsent(options: {
2322
element: WebdriverIO.Element;
24-
locator: Flutter.Locator;
2523
timeout?: number;
2624
}): Promise<void>;
2725

0 commit comments

Comments
 (0)