未验证 提交 8c572140 编写于 作者: O openharmony_ci 提交者: Gitee

!5919 【窗口子系统】适配开发侧错误码的修改

Merge pull request !5919 from hekun/master
......@@ -1931,7 +1931,7 @@ describe('window_test', function () {
done();
},(err) => {
console.log('screenshotTest setScreenActiveModeTest2 setScreenActiveMode -5 failed: err' + JSON.stringify(err));
expect(err.code).assertEqual(-1);
expect(err.code).assertEqual(1400003);
done();
})
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册