mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-05 02:16:49 +00:00
Merge "Add screen recording to debug test ReorderWidgets.java flakynes" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
2886ff0826
@@ -38,6 +38,7 @@ import com.android.launcher3.model.data.LauncherAppWidgetInfo;
|
||||
import com.android.launcher3.ui.AbstractLauncherUiTest;
|
||||
import com.android.launcher3.ui.TaplTestsLauncher3;
|
||||
import com.android.launcher3.ui.TestViewHelpers;
|
||||
import com.android.launcher3.util.rule.ScreenRecordRule.ScreenRecord;
|
||||
import com.android.launcher3.util.rule.ShellCommandRule;
|
||||
import com.android.launcher3.widget.LauncherAppWidgetProviderInfo;
|
||||
|
||||
@@ -173,22 +174,26 @@ public class ReorderWidgets extends AbstractLauncherUiTest {
|
||||
runTestCase(testCaseMap.get(iconGridDimensions));
|
||||
}
|
||||
|
||||
@ScreenRecord // b/242323136
|
||||
@Test
|
||||
public void simpleReorder() {
|
||||
runTestCaseMap(SimpleReorderCase.TEST_BY_GRID_SIZE,
|
||||
SimpleReorderCase.class.getSimpleName());
|
||||
}
|
||||
|
||||
@ScreenRecord // b/242323136
|
||||
@Test
|
||||
public void pushTest() {
|
||||
runTestCaseMap(PushReorderCase.TEST_BY_GRID_SIZE, PushReorderCase.class.getSimpleName());
|
||||
}
|
||||
|
||||
@ScreenRecord // b/242323136
|
||||
@Test
|
||||
public void fullReorder() {
|
||||
runTestCaseMap(FullReorderCase.TEST_BY_GRID_SIZE, FullReorderCase.class.getSimpleName());
|
||||
}
|
||||
|
||||
@ScreenRecord // b/242323136
|
||||
@Test
|
||||
public void moveOutReorder() {
|
||||
runTestCaseMap(MoveOutReorderCase.TEST_BY_GRID_SIZE,
|
||||
|
||||
Reference in New Issue
Block a user