提交 aef5d06d 编写于 作者: Z zcdqs

fix touchable false

Signed-off-by: Nzcdqs <junfeng.lijunfeng@huawei.com>
Change-Id: If197724a2255c2e67b586dbf7d67c41231f4445c
上级 69a3f205
......@@ -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.
先完成此消息的编辑!
想要评论请 注册