(e2e) fix flaky test

A test got suddenly very flaky, we fixed it
by reloading the page to ensure that the config
was properly overridden.
This commit is contained in:
Anthony LC
2026-09-11 08:59:18 +02:00
committed by Ovgodd
parent 9ebca52361
commit e68c604ead
@@ -157,6 +157,8 @@ test.describe('Doc Routing', () => {
RELEASE_VERSION: '0.0.0',
});
await page.goto('/');
let counterReload = 0;
await page.route(/.*\/users\/me\/$/, async (route) => {
counterReload += 1;