fix(e2e): navigate after setting up route overrides in unsync version test

This commit is contained in:
copilot-swe-agent[bot]
2026-06-11 13:26:20 +00:00
committed by GitHub
parent 44555959e0
commit 1d5cab44c3
@@ -162,6 +162,9 @@ test.describe('Doc Routing', () => {
await route.continue();
});
// Navigate after setting up the route overrides so the config endpoint
// is intercepted and returns the mismatched version, triggering a reload.
await page.goto('/');
await page.waitForTimeout(1000);
// The sessionStorage guard should be set to the mismatched backend version.