We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e42ca commit 9c47142Copy full SHA for 9c47142
src/e2eFlutterTest/java/io/appium/java_client/android/BaseFlutterTest.java
@@ -57,7 +57,8 @@ public void startSession() throws MalformedURLException {
57
driver = new FlutterAndroidDriver(service.getUrl(), flutterOptions
58
.setUiAutomator2Options(new UiAutomator2Options()
59
.setApp(System.getProperty("flutterApp"))
60
- .eventTimings()));
+ .eventTimings())
61
+ );
62
} else {
63
driver = new FlutterIOSDriver(service.getUrl(), flutterOptions
64
.setXCUITestOptions(new XCUITestOptions()
0 commit comments