From 0dfe64baeb0a5c9103f467b0d113f92599b336f3 Mon Sep 17 00:00:00 2001 From: lina123456 Date: Fri, 21 Apr 2023 10:30:46 +0800 Subject: [PATCH] Signed-off-by: lina123456 --- distributeddatamgr/Pasteboardjsapitest/Test.json | 6 +++++- .../hap/src/main/js/test/ObjectStoreJsunitV9.test.js | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/distributeddatamgr/Pasteboardjsapitest/Test.json b/distributeddatamgr/Pasteboardjsapitest/Test.json index 543a646e8..5b0e2d7bc 100644 --- a/distributeddatamgr/Pasteboardjsapitest/Test.json +++ b/distributeddatamgr/Pasteboardjsapitest/Test.json @@ -15,7 +15,11 @@ }, { "type": "ShellKit", - "cleanup-apps": true + "run-command": [ + "power-shell wakeup", + "uinput -T -m 594 2117 594 864 400", + "power-shell setmode 602" + ] } ] } \ No newline at end of file diff --git a/distributeddatamgr/dataObjectjstest/hap/src/main/js/test/ObjectStoreJsunitV9.test.js b/distributeddatamgr/dataObjectjstest/hap/src/main/js/test/ObjectStoreJsunitV9.test.js index 5787e21c3..203101019 100644 --- a/distributeddatamgr/dataObjectjstest/hap/src/main/js/test/ObjectStoreJsunitV9.test.js +++ b/distributeddatamgr/dataObjectjstest/hap/src/main/js/test/ObjectStoreJsunitV9.test.js @@ -56,7 +56,7 @@ async function grantPerm() { } export default function objectStoreTestV9() { -describe('objectStoreTest', function () { +describe('objectStoreTestV9', function () { beforeAll(async function (done) { await grantPerm(); done(); -- GitLab