sync
This commit is contained in:
@@ -108,7 +108,7 @@ for (const viewport of [{ name: "desktop", width: 1280, height: 900 }, { name: "
|
||||
|
||||
test("public pages fit the narrow viewport and expose the skip link", async ({ page }) => {
|
||||
await page.setViewportSize({ width: 320, height: 800 });
|
||||
for (const path of ["/", "/records", "/report", "/waterbodies", "/status"]) {
|
||||
for (const path of ["/", "/records", "/report", "/waterbodies", "/tackle", "/status"]) {
|
||||
await page.goto(path);
|
||||
const dimensions = await page.evaluate(() => ({
|
||||
clientWidth: document.documentElement.clientWidth,
|
||||
|
||||
Reference in New Issue
Block a user