提交 b25b2f43 编写于 作者: Z zcdqs

fix touchable test

Signed-off-by: Nzcdqs <junfeng.lijunfeng@huawei.com>
Change-Id: I4f7973f98624d4e42a2f1f4e96fed4b89bbbd5c0
上级 61e756bb
......@@ -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(true);
expect(obj.$attrs.touchable).assertEqual(fasle);
done();
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册