From f76ea297723b02ffd1a3f1d1d72017043e424c75 Mon Sep 17 00:00:00 2001 From: Vadim Tryshev Date: Fri, 5 Oct 2018 13:27:40 -0700 Subject: [PATCH] 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 --- tests/src/com/android/launcher3/ui/WorkTabTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/src/com/android/launcher3/ui/WorkTabTest.java b/tests/src/com/android/launcher3/ui/WorkTabTest.java index 044b7f3382..34d7bcd6fc 100644 --- a/tests/src/com/android/launcher3/ui/WorkTabTest.java +++ b/tests/src/com/android/launcher3/ui/WorkTabTest.java @@ -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