mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-04-19 21:09:46 +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 () => {
|
||||
await page.unroute(/.*/, (route) => route.continue());
|
||||
await page.unrouteAll({ behavior: "ignoreErrors" });
|
||||
await page.close();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user