mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
feat(web): Download links and Obtainium link generator on Utilities page and onboarding (#20589)
This commit is contained in:
parent
3163afd24a
commit
cc1cd299f3
8 changed files with 226 additions and 3 deletions
|
|
@ -38,6 +38,7 @@ test.describe('Registration', () => {
|
|||
await page.getByRole('button', { name: 'User Privacy' }).click();
|
||||
await page.getByRole('button', { name: 'Storage Template' }).click();
|
||||
await page.getByRole('button', { name: 'Backups' }).click();
|
||||
await page.getByRole('button', { name: 'Mobile App' }).click();
|
||||
await page.getByRole('button', { name: 'Done' }).click();
|
||||
|
||||
// success
|
||||
|
|
@ -85,6 +86,7 @@ test.describe('Registration', () => {
|
|||
await page.getByRole('button', { name: 'Theme' }).click();
|
||||
await page.getByRole('button', { name: 'Language' }).click();
|
||||
await page.getByRole('button', { name: 'User Privacy' }).click();
|
||||
await page.getByRole('button', { name: 'Mobile App' }).click();
|
||||
await page.getByRole('button', { name: 'Done' }).click();
|
||||
|
||||
// success
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue