提交 11a5a712 编写于 作者: B bayanxing

code check

Signed-off-by: Nbayanxing <bayanxing@kaihong.com>
上级 6f851a5e
...@@ -197,22 +197,5 @@ export default function remoteWindowJsunit() { ...@@ -197,22 +197,5 @@ export default function remoteWindowJsunit() {
console.info("[testRemoteWindow0010] textAlign value :" + obj.$attrs.textAlign); console.info("[testRemoteWindow0010] textAlign value :" + obj.$attrs.textAlign);
done(); done();
}); });
/*
* @tc.number SUB_ACE_BASIC_ETS_API_0011
* @tc.name testRemoteWindow0011
* @tc.desic aceRemoteWindowEtsTest0011
*/
it('testRemoteWindow0011', 0, async function (done) {
console.info('RemoteWindow testRemoteWindow0011 START');
await Utils.sleep(2000);
let strJson = getInspectorByKey('remoteWindow');
console.info("[testRemoteWindow0011] component textAlign strJson:" + strJson);
let obj = JSON.parse(strJson);
expect(obj.$attrs.target).assertNotEqual(undefined);
expect(obj.$attrs.target.missionId).assertNotEqual(undefined);
console.info("[testRemoteWindow0011] missionId value :" + obj.$attrs.target.missionId);
done();
});
}) })
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册