Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit acc9bbef authored by Vadim Tryshev's avatar Vadim Tryshev
Browse files

Revert "Uncommenting WorkTabTest"

This reverts commit f76ea297.

Reason for revert: The test now fails on ATP

Change-Id: Ic7bd89e61f4107338bbfaf63628646af427668d3
parent f76ea297
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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()));
        */
    }
}
 No newline at end of file