未验证 提交 402ea7d7 编写于 作者: O openharmony_ci 提交者: Gitee

!3379 修复touchable用例

Merge pull request !3379 from 李俊峰/touchable_false
......@@ -51,7 +51,7 @@ export default function touchAbleJsunit() {
let strJson = getInspectorByKey('ellipse');
let obj = JSON.parse(strJson);
console.info("[testTouchAble001] component obj is: " + JSON.stringify(obj));
expect(obj.$attrs.touchable).assertEqual(fasle);
expect(obj.$attrs.touchable).assertEqual(false);
done();
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册