mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 09:56:49 +00:00
fixing tests to match new abstraction
This change will let us move from activity to other parent views for recent viewss Change-Id: I2424d94f799f87b2d2262da96b289aac6dfadee9
This commit is contained in:
@@ -30,6 +30,7 @@ import androidx.test.ext.junit.runners.AndroidJUnit4;
|
||||
import androidx.test.filters.SmallTest;
|
||||
|
||||
import com.android.launcher3.InvariantDeviceProfile;
|
||||
import com.android.launcher3.Launcher;
|
||||
import com.android.launcher3.LauncherAppState;
|
||||
import com.android.launcher3.MultipageCellLayout;
|
||||
import com.android.launcher3.celllayout.board.CellLayoutBoard;
|
||||
@@ -59,7 +60,7 @@ import java.util.Map;
|
||||
|
||||
@SmallTest
|
||||
@RunWith(AndroidJUnit4.class)
|
||||
public class TaplReorderWidgetsTest extends AbstractLauncherUiTest {
|
||||
public class TaplReorderWidgetsTest extends AbstractLauncherUiTest<Launcher> {
|
||||
|
||||
@Rule
|
||||
public ShellCommandRule mGrantWidgetRule = ShellCommandRule.grantWidgetBind();
|
||||
|
||||
Reference in New Issue
Block a user