feat(web): Download links and Obtainium link generator on Utilities page and onboarding (#20589)

This commit is contained in:
Nicholas 2025-10-17 07:22:00 -04:00 committed by GitHub
parent 3163afd24a
commit cc1cd299f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 226 additions and 3 deletions

View file

@ -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