From 4b852f84e0286ecc7d7f3aac3d31ccd8dd52bcec Mon Sep 17 00:00:00 2001 From: yaocui Date: Wed, 21 Jun 2023 11:24:11 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20f074780=20from=20https://gitee.com/yaoc?= =?UTF-8?q?ui=5Fmoring/xts=5Facts/pulls/9050=20tokenId=E5=BC=82=E5=B8=B8?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yaocui --- graphic/windowStage/Test.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/graphic/windowStage/Test.json b/graphic/windowStage/Test.json index 4ae8927fe..d03d0df63 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 -- GitLab