Merge "Remove two timeouts in ResolverActivityTest." into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
2f98c9a4cc
@@ -516,8 +516,6 @@ public class ResolverActivityTest {
|
||||
onView(withText(R.string.resolver_work_tab))
|
||||
.perform(click());
|
||||
waitForIdle();
|
||||
// wait for the share sheet to expand
|
||||
Thread.sleep(ChooserActivity.LIST_VIEW_UPDATE_INTERVAL_IN_MILLIS);
|
||||
onView(first(allOf(withText(workResolvedComponentInfos.get(0)
|
||||
.getResolveInfoAt(0).activityInfo.applicationInfo.name), isCompletelyDisplayed())))
|
||||
.perform(click());
|
||||
@@ -616,8 +614,6 @@ public class ResolverActivityTest {
|
||||
onView(withText(R.string.resolver_work_tab))
|
||||
.perform(click());
|
||||
waitForIdle();
|
||||
// wait for the share sheet to expand
|
||||
Thread.sleep(ChooserActivity.LIST_VIEW_UPDATE_INTERVAL_IN_MILLIS);
|
||||
onView(first(allOf(
|
||||
withText(workResolvedComponentInfos.get(0)
|
||||
.getResolveInfoAt(0).activityInfo.applicationInfo.name),
|
||||
|
||||
Reference in New Issue
Block a user