mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-18 18:28:20 +00:00
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
This commit is contained in:
@@ -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()));
|
||||
*/
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user