提交 d7ae7fb8 编写于 作者: W wang-xupeng2

update select testcase

Signed-off-by: Nwang-xupeng2 <wangxupeng2@huawei.com>
上级 9c7fcc82
...@@ -71,11 +71,10 @@ export default function SelectJsunit() { ...@@ -71,11 +71,10 @@ export default function SelectJsunit() {
expect(obj.$attrs.optionFont).assertEqual('{"size":"16.00fp","weight":"400","family":"","style":"FontStyle.Normal"}'); expect(obj.$attrs.optionFont).assertEqual('{"size":"16.00fp","weight":"400","family":"","style":"FontStyle.Normal"}');
expect(obj.$attrs.optionFontColor).assertEqual('#FFFF0000'); expect(obj.$attrs.optionFontColor).assertEqual('#FFFF0000');
await CommonFunc.sleep(1000); await CommonFunc.sleep(1000);
let driver = await UiDriver.create() let strJson1 = getInspectorByKey('indexValue');
let textComponent = await driver.findComponent(BY.key('indexValue')); let obj1 = JSON.parse(strJson1);
let text = await textComponent.getText(); console.info("[SelectJsunit_0300] component obj1 is: " + JSON.stringify(obj1));
console.info("[SelectJsunit_0100] indexValue: " + JSON.stringify(text)); expect(obj1.$attrs.content).assertEqual('indexValue:0');
expect(text).assertEqual('indexValue:0');
console.info('[SelectJsunit_0100] END'); console.info('[SelectJsunit_0100] END');
done(); done();
}); });
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册