Revert "Uncommenting WorkTabTest"

This reverts commit f76ea29772.

Reason for revert: The test now fails on ATP

Change-Id: Ic7bd89e61f4107338bbfaf63628646af427668d3
This commit is contained in:
Vadim Tryshev 2018-10-05 21:51:53 +00:00
parent f76ea29772
commit acc9bbef6c
1 changed files with 2 additions and 0 deletions

View File

@ -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()));
*/
}
}