Update test

This commit is contained in:
Andras Schmelczer 2026-06-02 19:13:18 +01:00
parent 50291182ae
commit 9272fd43a5
4 changed files with 5 additions and 1 deletions

View file

@ -5,7 +5,7 @@ test('renders the gallery and supports keyboard navigation', async ({
}) => {
await page.goto('/');
await expect(page.locator('.thumbnail')).toHaveCount(54);
await expect(page.locator('.thumbnail')).toHaveCount(47);
await expect(page.locator('#frame-image')).toBeVisible();
const firstAlt = await page.locator('#frame-image').getAttribute('alt');