Update test
This commit is contained in:
parent
50291182ae
commit
9272fd43a5
4 changed files with 5 additions and 1 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue