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

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

Uncommenting WorkTabTest

It started to work locally in condition, I believe, identical to those
on ATP.

Bug: 112899690
Test: adb shell am instrument -e size large -w -r -e debug false com.google.android.apps.nexuslauncher.tests/androidx.test.runner.AndroidJUnitRunner
Change-Id: I2decb2142d15e025402c0c32b7b161dd28d102bb
parent 4ada2d2c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -62,11 +62,9 @@ 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