提交 4e7636df 编写于 作者: Z zhxiap

新增xts用例

Signed-off-by: Nzhxiap <xiaozhuohan@huawei.com>
上级 ee75e0db
......@@ -25,7 +25,7 @@ export default {
onInit() {
this.title = this.$t('strings.world');
},
onShow() {
onActive() {
console.info('onShow finish')
const core = Core.getInstance()
const expectExtend = new ExpectExtend({
......
......@@ -62,7 +62,7 @@ describe('MultimodalInputConsumer_test', function () {
KeyEvent: keyUp
});
retUp == 0 ? console.log(`${label}:onClickInjectKey success`) : console.log(`${label}:onClickInjectKey failed`);
expect(retUp == 0).assertTrue();
setTimeout(() => {
inputConsumer.off("key", params, handleCallback);
}, 3000);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册