提交 8261b106 编写于 作者: Z zhangxinyue

bug fix

Signed-off-by: Nzhangxinyue <zhangxinyue38@huawei.com>
上级 37adfc46
......@@ -504,7 +504,7 @@ export default function imageEffectsJsunit() {
try {
var eventData = {
data: {
"saturateValue": 'error'
"saturateValue": '0'
}
}
var innerEvent = {
......@@ -520,7 +520,7 @@ export default function imageEffectsJsunit() {
let strJsonNew = getInspectorByKey('centerRow6');
let objNew = JSON.parse(strJsonNew);
console.info("[testImageEffects020] component objNew is: " + JSON.stringify(objNew));
expect(objNew.$attrs.saturate).assertEqual(0.0000019999999949504854);
expect(objNew.$attrs.saturate).assertEqual(0);
done();
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册