Skip to content

Commit a143c28

Browse files
Test improvement (workaround) before the new build
1 parent 847293b commit a143c28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/io/appium/java_client/pagefactory_tests/widgets/combined/SelendroidCombinedWidgetTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ public class SelendroidCombinedWidgetTest implements WidgetTest {
5050

5151
duration = new TimeOutDuration(20, TimeUnit.SECONDS);
5252
rottenTomatoes = new RottenTomatoesAppWithCombinedWidgets();
53+
driver.context("NATIVE_APP");
5354
PageFactory.initElements(new AppiumFieldDecorator(driver, duration), rottenTomatoes);
5455
}
5556

0 commit comments

Comments
 (0)