From 9048cc401f2da6da0aa1c4dbf94d2040e05ef922 Mon Sep 17 00:00:00 2001 From: zhouke Date: Tue, 20 Jun 2023 10:09:04 +0800 Subject: [PATCH] modify.Signed-off-by: . Signed-off-by: zhouke --- testfwk/uitest/Test.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/testfwk/uitest/Test.json b/testfwk/uitest/Test.json index 205648f48..f3b763567 100644 --- a/testfwk/uitest/Test.json +++ b/testfwk/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 -- GitLab