diff --git a/graphic/windowStage/Test.json b/graphic/windowStage/Test.json index 4ae8927fe8dd7170e4a39772d73c5a87ca30786f..d03d0df6302730cc72b174d5dceef7cbdf6a7a70 100644 --- a/graphic/windowStage/Test.json +++ b/graphic/windowStage/Test.json @@ -9,13 +9,6 @@ "testcase-timeout": 70000 }, "kits": [ - { - "test-file-name": [ - "ActsWindowStageTest.hap" - ], - "type": "AppInstallKit", - "cleanup-apps": true - }, { "type": "ShellKit", "run-command": [ @@ -24,6 +17,13 @@ "uinput -T -d 300 600 -m 300 600 300 100 -u 300 100", "power-shell setmode 602" ] + }, + { + "test-file-name": [ + "ActsWindowStageTest.hap" + ], + "type": "AppInstallKit", + "cleanup-apps": true } ] } \ No newline at end of file