mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-04-19 12:59:12 +01:00
Fix flaky permissionsScreen test by using unrouteAll with ignoreErrors
This commit is contained in:
@@ -20,7 +20,7 @@ test.describe("Container Copy - Permission Screen Verification", () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
test.afterEach("Cleanup after each test", async () => {
|
test.afterEach("Cleanup after each test", async () => {
|
||||||
await page.unroute(/.*/, (route) => route.continue());
|
await page.unrouteAll({ behavior: "ignoreErrors" });
|
||||||
await page.close();
|
await page.close();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user