Skip to content

Commit efb3bf3

Browse files
committed
fix missing options in types
1 parent 70b7291 commit efb3bf3

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
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.2",
3+
"version": "1.0.3",
44
"description": "",
55
"scripts": {
66
"build": "rimraf build && tsc -b"

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ declare global {
1616
flutterWaitForVisible(options: {
1717
element: WebdriverIO.Element;
1818
locator: Flutter.Locator;
19+
timeout?: number;
1920
}): Promise<void>;
2021
flutterDoubleClick(element: WebdriverIO.Element): WebdriverIO.Element;
2122
flutterWaitForAbsent(options: {
2223
element: WebdriverIO.Element;
2324
locator: Flutter.Locator;
25+
timeout?: number;
2426
}): Promise<void>;
2527

2628
flutterScrollTillVisible(options: {

0 commit comments

Comments
 (0)