提交 a42137d7 编写于 作者: O openharmony_ci 提交者: Gitee

!1290 L2_LTS FeatureAbility修改

Merge pull request !1290 from jiyong/OpenHarmony-3.0-LTS
......@@ -75,6 +75,16 @@ var subscriberInfo_ACTS_GetCallingBundle_0100 = {
describe('ActsFeatureAbilityTest', function () {
function sleep(delay) {
var start = (new Date()).getTime();
while ((new Date()).getTime() - start < delay) {
continue;
}
}
beforeEach(() => {
sleep(1000);
})
/**
* @tc.number: ACTS_wantConstant_0100
* @tc.name: wantConstant : Check specific enum
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册