mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
parent
b60e9c6771
commit
5e9bda7fab
248 changed files with 963 additions and 880 deletions
|
|
@ -304,7 +304,7 @@ test.describe('Timeline', () => {
|
|||
await page.keyboard.down('Shift');
|
||||
await thumbnailUtils.withAssetId(page, assets[2].id).hover();
|
||||
await expect(
|
||||
thumbnailUtils.locator(page).locator('.absolute.top-0.h-full.w-full.bg-immich-primary.opacity-40'),
|
||||
thumbnailUtils.locator(page).locator('.absolute.top-0.size-full.bg-immich-primary.opacity-40'),
|
||||
).toHaveCount(3);
|
||||
await thumbnailUtils.selectButton(page, assets[2].id).click();
|
||||
await page.keyboard.up('Shift');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue