Update
This commit is contained in:
parent
89db5159e6
commit
2e2b7dc850
22 changed files with 76 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(39);
|
||||
await expect(page.locator('.thumbnail')).toHaveCount(54);
|
||||
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