diff --git a/arkXtest/uitest/Test.json b/arkXtest/uitest/Test.json index 205648f48abbd372542957a68be2824401800ef1..f3b7635677d0dae8d52ecd4a8466fafcfdfc2f85 100644 --- a/arkXtest/uitest/Test.json +++ b/arkXtest/uitest/Test.json @@ -8,14 +8,6 @@ "shell-timeout": "180000" }, "kits": [ - { - "test-file-name": [ - "ActsUiTest.hap", - "ActsUiTestScene.hap" - ], - "type": "AppInstallKit", - "cleanup-apps": true - }, { "type": "ShellKit", "run-command": [ @@ -30,6 +22,14 @@ "param set persist.sys.suspend_manager_enabled 1", "reboot" ] + }, + { + "test-file-name": [ + "ActsUiTest.hap", + "ActsUiTestScene.hap" + ], + "type": "AppInstallKit", + "cleanup-apps": true } ] } \ No newline at end of file