mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
Onboard tests in IW suite
Adding annotations to test methods confirmed to perform CUJ steps in the bugs attached. Test: Forrest Bug: 239384214 Fix: 241945343, b/241845943, b/241845754, b/241848386 Change-Id: Ifc21339f4acf558003cb1db8ebd5e05df5134a55
This commit is contained in:
@@ -20,6 +20,8 @@ import static com.android.launcher3.ui.TaplTestsLauncher3.getAppPackageName;
|
||||
import static org.junit.Assert.assertNotNull;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
|
||||
import android.platform.test.annotations.IwTest;
|
||||
|
||||
import androidx.test.filters.LargeTest;
|
||||
import androidx.test.runner.AndroidJUnit4;
|
||||
|
||||
@@ -45,6 +47,7 @@ public class AddWidgetTest extends AbstractLauncherUiTest {
|
||||
@Rule
|
||||
public ShellCommandRule mGrantWidgetRule = ShellCommandRule.grantWidgetBind();
|
||||
|
||||
@IwTest(focusArea="launcher")
|
||||
@Test
|
||||
@PortraitLandscape
|
||||
public void testDragIcon() throws Throwable {
|
||||
|
||||
Reference in New Issue
Block a user