Update
Some checks failed
Check & deploy / validate (push) Failing after 13m11s
Check & deploy / deploy (push) Has been skipped

This commit is contained in:
Andras Schmelczer 2026-05-31 15:04:14 +01:00
parent 89db5159e6
commit 2e2b7dc850
22 changed files with 76 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(39);
await expect(page.locator('.thumbnail')).toHaveCount(54);
await expect(page.locator('#frame-image')).toBeVisible();
const firstAlt = await page.locator('#frame-image').getAttribute('alt');