Moving ReorderWidgetsTest to an integration test instead of E2E

Flag: TEST_ONLY
Test: IntegrationReorderWidgetsTest
Bug: 324261526
Fix: 343761044

Change-Id: I9bfe8b587e1024260ddeeb48157c3d204f2d58f2
This commit is contained in:
Sebastian Franco
2024-04-18 18:40:40 -07:00
parent f4aa900009
commit 224f67a046
14 changed files with 316 additions and 334 deletions

View File

@@ -54,7 +54,7 @@ public class CellLayoutTestCaseReader {
}
public static class Arguments extends TestSection {
String[] arguments;
public String[] arguments;
public Arguments(String[] arguments) {
super(State.ARGUMENTS);