提交 29b4d39a 编写于 作者: Z zhangxiao150

修改Button的XTS

Signed-off-by: Nzhangxiao150 <zhangxiao150@huawei.com>
Change-Id: Ib213be5966ceab7626da58cd6d367b9cbb44d1a5
上级 00286d19
......@@ -631,7 +631,7 @@ export default function buttonTest() {
let labelStyle = JSON.parse(obj.$attrs.labelStyle)
console.info("ArkUX_Stage_Button_LabelStyle_2100 component obj.$attrs.labelStyle is: " +
JSON.stringify(labelStyle));
expect(labelStyle.overflow).assertEqual("TextOverflow.Clip");
expect(labelStyle.overflow).assertEqual("TextOverflow.Ellipsis");
console.info('ArkUX_Stage_Button_LabelStyle_2100 END ');
} catch(err) {
expect().assertFail()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册