Requiring apps_view on workspace

Update TAPL to reflect that apps_view is visible on workspace.

Test: TaplTests
Change-Id: I27e0f43d9200c18571573acd0ddedc1dc064cdc3
This commit is contained in:
Vadim Tryshev 2018-11-07 18:07:50 -08:00
parent 65ce2cc990
commit 8effd11e08
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ public final class LauncherInstrumentation {
switch (containerType) { switch (containerType) {
case WORKSPACE: { case WORKSPACE: {
waitUntilGone(APPS_RES_ID); waitForLauncherObject(APPS_RES_ID);
waitUntilGone(OVERVIEW_RES_ID); waitUntilGone(OVERVIEW_RES_ID);
waitUntilGone(WIDGETS_RES_ID); waitUntilGone(WIDGETS_RES_ID);
return waitForLauncherObject(WORKSPACE_RES_ID); return waitForLauncherObject(WORKSPACE_RES_ID);