Stabilize in-game information E2E navigation

This commit is contained in:
2026-07-26 04:06:39 +00:00
parent 1b321072f4
commit 63c80fb49e
-2
View File
@@ -209,9 +209,7 @@ const install = async (page: Page, mode: 'member' | 'wanderer' | 'admin' = 'memb
});
};
const go = async (page: Page, path: string) => {
const ready = page.waitForResponse((r) => r.url().includes('/trpc/lobby.info'));
await page.goto(path);
await ready;
};
test('four legacy menu pages keep the 1000px desktop table contract', async ({ page }) => {