Skip to content
Snippets Groups Projects
Commit 0a3fc1e5 authored by Andrej Rasevic's avatar Andrej Rasevic
Browse files

reverting back to MyBrowser

parent bf0d7d94
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ public class TestImplicitIntent {
@Test
public void TestMyBrowserAvailable() {
mDevice.findObject(By.res(BASIC_SAMPLE_PACKAGE, "implicit_activation_button")).click();
UiObject2 chooserContents = mDevice.wait(Until.findObject(By.text("WebView Browser Tester")), 2000);
UiObject2 chooserContents = mDevice.wait(Until.findObject(By.text("MyBrowser")), 2000);
assertNotNull(chooserContents);
mDevice.pressBack();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment