mirror of
https://github.com/immich-app/immich.git
synced 2025-07-03 21:40:00 +02:00
fix(web): show focus outline for asset thumbnails again (#12382)
* fix(web): show focus outline for asset thumbnails again * fix e2e test
This commit is contained in:
parent
a653d9d29f
commit
529b7fe748
2 changed files with 3 additions and 2 deletions
e2e/src/web/specs
|
@ -44,7 +44,7 @@ test.describe('Shared Links', () => {
|
|||
test('download from a shared link', async ({ page }) => {
|
||||
await page.goto(`/share/${sharedLink.key}`);
|
||||
await page.getByRole('heading', { name: 'Test Album' }).waitFor();
|
||||
await page.locator('.group').first().hover();
|
||||
await page.locator(`[data-asset-id="${asset.id}"]`).hover();
|
||||
await page.waitForSelector('#asset-group-by-date svg');
|
||||
await page.getByRole('checkbox').click();
|
||||
await page.getByRole('button', { name: 'Download' }).click();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue