未验证 提交 09ee1460 编写于 作者: 陈宇怀 提交者: Gitee

update ace/ace_ets_component_two/entry/src/main/ets/MainAbility/test/ImageAnimatorJsunit.test.ets.

Signed-off-by: N陈宇怀 <chenyuhuai1@huawei.com>
上级 1d200c32
......@@ -64,7 +64,7 @@ export default function imageAnimatorJsunit(){
console.info("imageAnimatorTest_0100 on events_emitter err : " + JSON.stringify(err));
}
await Utils.sleep(1000);
console.info("imageAnimatorTest_0100 click result is: " + JSON.stringify(sendEventByKey('button',10,"")));
console.info("imageAnimatorTest_0100 click result is: " + JSON.stringify(sendEventByKey('buttonStart',10,"")));
await Utils.sleep(1000);
console.info('imageAnimatorTest_0100 END');
done();
......@@ -176,7 +176,7 @@ export default function imageAnimatorJsunit(){
} catch (err) {
console.info("imageAnimatorTest_0600 on events_emitter err : " + JSON.stringify(err));
}
console.info("imageAnimatorTest_0600 click result is: " + JSON.stringify(sendEventByKey('button',10,"")));
console.info("imageAnimatorTest_0600 click result is: " + JSON.stringify(sendEventByKey('buttonStart',10,"")));
await Utils.sleep(1000);
console.info('imageAnimatorTest_0600 END');
done();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册