mirror of
https://github.com/immich-app/immich.git
synced 2025-05-15 05:02:33 +02:00
fix test
This commit is contained in:
parent
8516a24f40
commit
ad0d0bf0d1
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import { Page, expect, test } from '@playwright/test';
|
|||
import { utils } from 'src/utils';
|
||||
|
||||
function imageLocator(page: Page) {
|
||||
return page.getByAltText('Image taken on').locator('visible=true');
|
||||
return page.locator('//*[@id="immich-asset-viewer"]/div/div/div/img');
|
||||
}
|
||||
test.describe('Photo Viewer', () => {
|
||||
let admin: LoginResponseDto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue