Skip to content

Commit d60b2bb

Browse files
committed
fix: make linter happy again
1 parent 6693806 commit d60b2bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/site.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ test.describe('404 page', () => {
584584
);
585585
});
586586

587-
test('returns 404 status for non-existent page', async ({ page, context }) => {
587+
test('returns 404 status for non-existent page', async ({ page }) => {
588588
const response = await page.goto('/definitely-not-real');
589589
expect(response?.status()).toBe(404);
590590
});

0 commit comments

Comments
 (0)