Skip to content

Commit 27b5407

Browse files
CopilotJackWilb
andcommitted
test: keep resolution warning assertion focused
Co-authored-by: JackWilb <36867477+JackWilb@users.noreply.github.com>
1 parent 8b431eb commit 27b5407

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/resolution-warning.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ test('shows detected browser size in small-resolution warning', async ({ browser
1515
.click();
1616

1717
await expect(page.getByRole('heading', { name: 'Screen Resolution Warning' })).toBeVisible();
18-
await expect(page.getByText('Width: 400px Height: 800px')).toBeVisible();
1918
await expect(page.getByText('Detected: Width: 350px Height: 700px')).toBeVisible();
2019
});

0 commit comments

Comments
 (0)