diff --git a/ability/ability_runtime/featureability/actsfeatureabilitytest/Test.json b/ability/ability_runtime/featureability/actsfeatureabilitytest/Test.json index f2af2537338b4b2245b8ee73d7e85215197f586b..e0b242c22297d12b4c05cd8da13b44395b956c84 100644 --- a/ability/ability_runtime/featureability/actsfeatureabilitytest/Test.json +++ b/ability/ability_runtime/featureability/actsfeatureabilitytest/Test.json @@ -22,6 +22,14 @@ ], "type": "AppInstallKit", "cleanup-apps": true - } + }, + { + "type": "ShellKit", + "run-command": [ + "power-shell wakeup", + "uinput -T -d 300 600 -m 300 600 300 100 -u 300 100", + "power-shell setmode 602" + ] + } ] }