summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastián Franco <fransebas@google.com>2023-12-11 20:37:38 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-12-11 20:37:38 +0000
commitc715781453f10e85fb6f4070a5f54f662843eb5a (patch)
tree66a33d2cac6377c77dffef3bb1331862cbef79c3
parent9287ec081070466bd45d13179c3dd02ca1532872 (diff)
parent9658523297d6dbe587c005d2f5b797e0792def91 (diff)
downloadLauncher3-c715781453f10e85fb6f4070a5f54f662843eb5a.tar.gz
Merge "Removing debbug comments" into main
-rw-r--r--tests/src/com/android/launcher3/ui/widget/TaplWidgetPickerTest.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/src/com/android/launcher3/ui/widget/TaplWidgetPickerTest.java b/tests/src/com/android/launcher3/ui/widget/TaplWidgetPickerTest.java
index 465e9b4153..bc736831b6 100644
--- a/tests/src/com/android/launcher3/ui/widget/TaplWidgetPickerTest.java
+++ b/tests/src/com/android/launcher3/ui/widget/TaplWidgetPickerTest.java
@@ -15,10 +15,6 @@
*/
package com.android.launcher3.ui.widget;
-import static com.android.launcher3.ui.AbstractLauncherUiTest.initialize;
-import static com.android.launcher3.util.rule.TestStabilityRule.LOCAL;
-import static com.android.launcher3.util.rule.TestStabilityRule.PLATFORM_POSTSUBMIT;
-
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
@@ -31,7 +27,6 @@ import com.android.launcher3.tapl.Widgets;
import com.android.launcher3.ui.AbstractLauncherUiTest;
import com.android.launcher3.ui.PortraitLandscapeRunner.PortraitLandscape;
import com.android.launcher3.util.rule.ScreenRecordRule.ScreenRecord;
-import com.android.launcher3.util.rule.TestStabilityRule.Stability;
import com.android.launcher3.widget.picker.WidgetsFullSheet;
import com.android.launcher3.widget.picker.WidgetsRecyclerView;
@@ -65,11 +60,9 @@ public class TaplWidgetPickerTest extends AbstractLauncherUiTest {
* Open Widget picker, make sure the widget picker can scroll and then go to home screen.
*/
@Test
- @Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) // b/303263644
@ScreenRecord
@PortraitLandscape
public void testWidgets() {
- // Testing if this will fix b/303263644
mLauncher.goHome();
// Test opening widgets.
executeOnLauncher(launcher ->