Skip to content

Commit

Permalink
chore: 修复集成测试报错
Browse files Browse the repository at this point in the history
  • Loading branch information
yiludege committed Dec 28, 2022
1 parent ac18816 commit 027fbdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/wujie-core/__test__/integration/degrade.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ describe("main react degrade", () => {
localStorage.setItem("degrade", "true");
});
await page.goto("http://localhost:7700/");
await page.waitForNavigation();
});

reactMainAppInfoList.forEach((appInfo) =>
Expand All @@ -31,6 +32,7 @@ describe("main vue degrade", () => {
localStorage.setItem("degrade", "true");
});
await page.goto("http://localhost:8000/");
await page.waitForNavigation();
});

vueMainAppInfoList.forEach((appInfo) =>
Expand Down

0 comments on commit 027fbdb

Please sign in to comment.