mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feat(web): announce notifications to screen readers (#12071)
This commit is contained in:
parent
98b3441cb1
commit
72ab664936
7 changed files with 46 additions and 14 deletions
|
|
@ -33,7 +33,7 @@ test.describe('Photo Viewer', () => {
|
|||
await page.waitForLoadState('load');
|
||||
// this is the spinner
|
||||
await page.waitForSelector('svg[role=status]');
|
||||
await expect(page.getByRole('status')).toBeVisible();
|
||||
await expect(page.getByTestId('loading-spinner')).toBeVisible();
|
||||
});
|
||||
|
||||
test('loads high resolution photo when zoomed', async ({ page }) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue