Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cc2bfc7f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove two timeouts in ResolverActivityTest." into tm-dev am: 2f98c9a4

parents dac6fb65 2f98c9a4
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -516,8 +516,6 @@ public class ResolverActivityTest {
        onView(withText(R.string.resolver_work_tab))
        onView(withText(R.string.resolver_work_tab))
                .perform(click());
                .perform(click());
        waitForIdle();
        waitForIdle();
        // wait for the share sheet to expand
        Thread.sleep(ChooserActivity.LIST_VIEW_UPDATE_INTERVAL_IN_MILLIS);
        onView(first(allOf(withText(workResolvedComponentInfos.get(0)
        onView(first(allOf(withText(workResolvedComponentInfos.get(0)
                .getResolveInfoAt(0).activityInfo.applicationInfo.name), isCompletelyDisplayed())))
                .getResolveInfoAt(0).activityInfo.applicationInfo.name), isCompletelyDisplayed())))
                .perform(click());
                .perform(click());
@@ -616,8 +614,6 @@ public class ResolverActivityTest {
        onView(withText(R.string.resolver_work_tab))
        onView(withText(R.string.resolver_work_tab))
                .perform(click());
                .perform(click());
        waitForIdle();
        waitForIdle();
        // wait for the share sheet to expand
        Thread.sleep(ChooserActivity.LIST_VIEW_UPDATE_INTERVAL_IN_MILLIS);
        onView(first(allOf(
        onView(first(allOf(
                withText(workResolvedComponentInfos.get(0)
                withText(workResolvedComponentInfos.get(0)
                        .getResolveInfoAt(0).activityInfo.applicationInfo.name),
                        .getResolveInfoAt(0).activityInfo.applicationInfo.name),