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
diff --git a/tests/src/com/android/launcher3/ui/WorkTabTest.java b/tests/src/com/android/launcher3/ui/WorkTabTest.java
index 044b7f3..34d7bcd 100644
--- a/tests/src/com/android/launcher3/ui/WorkTabTest.java
+++ b/tests/src/com/android/launcher3/ui/WorkTabTest.java
@@ -62,11 +62,9 @@
 
         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