Revert "Uncommenting WorkTabTest"
This reverts commit f76ea29772
.
Reason for revert: The test now fails on ATP
Change-Id: Ic7bd89e61f4107338bbfaf63628646af427668d3
This commit is contained in:
parent
f76ea29772
commit
acc9bbef6c
|
@ -62,9 +62,11 @@ public class WorkTabTest extends AbstractLauncherUiTest {
|
|||
|
||||
executeOnLauncher(launcher -> launcher.getStateManager().goToState(ALL_APPS));
|
||||
|
||||
/*
|
||||
assertTrue("Personal tab is missing", waitForLauncherCondition(
|
||||
launcher -> launcher.getAppsView().isPersonalTabVisible()));
|
||||
assertTrue("Work tab is missing", waitForLauncherCondition(
|
||||
launcher -> launcher.getAppsView().isWorkTabVisible()));
|
||||
*/
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue