Merge "Use gesture instead of stateManager to go to AllApps" into udc-qpr-dev
This commit is contained in:
@@ -85,7 +85,7 @@ public class WorkProfileTest extends AbstractLauncherUiTest {
|
||||
waitForStateTransitionToEnd("Launcher internal state didn't switch to Normal",
|
||||
() -> NORMAL);
|
||||
waitForResumed("Launcher internal state is still Background");
|
||||
executeOnLauncher(launcher -> launcher.getStateManager().goToState(ALL_APPS));
|
||||
mLauncher.getWorkspace().switchToAllApps();
|
||||
waitForStateTransitionToEnd("Launcher internal state didn't switch to All Apps",
|
||||
() -> ALL_APPS);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user