From f46cc2c3bdd7d2ed712ac1eece13b6671b700465 Mon Sep 17 00:00:00 2001 From: zhoujun62 Date: Sat, 8 Apr 2023 11:02:36 +0800 Subject: [PATCH] SUB_AA_OpenHarmony_HasWindowFocus_0100 fail Signed-off-by: zhoujun62 --- .../ability_runtime/apicover/apicoverhaptest/Test.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ability/ability_runtime/apicover/apicoverhaptest/Test.json b/ability/ability_runtime/apicover/apicoverhaptest/Test.json index 87505c034..a3ce23c8d 100644 --- a/ability/ability_runtime/apicover/apicoverhaptest/Test.json +++ b/ability/ability_runtime/apicover/apicoverhaptest/Test.json @@ -18,6 +18,14 @@ ], "type": "AppInstallKit", "cleanup-apps": true + }, + { + "type": "ShellKit", + "run-command": [ + "power-shell wakeup", + "power-shell setmode 602", + "uinput -T -d 300 600 -m 300 600 300 100 -u 300 100" + ] } ] } -- GitLab