Migrate all preferences buttons to axo button

This commit is contained in:
Jamie
2025-10-17 12:43:08 -07:00
committed by GitHub
parent 5d1a9d22f0
commit 0906da9806
18 changed files with 371 additions and 485 deletions

View File

@@ -72,7 +72,7 @@ describe('storage service/notification profiles', function (this: Mocha.Suite) {
const profileName = 'NewProfile';
debug('Starting Notification Profiles onboarding');
await window.getByTestId('OnboardNotificationProfiles').click();
await window.getByRole('button', { name: 'Set up' }).click();
debug('Dismiss onboarding dialog');
await window.getByRole('button', { name: 'Continue' }).click();
@@ -207,7 +207,7 @@ describe('storage service/notification profiles', function (this: Mocha.Suite) {
await window.getByRole('button', { name: 'Notifications' }).click();
debug('Open Notification Profiles list page');
await window.getByTestId('OnboardNotificationProfiles').click();
await window.getByRole('button', { name: 'Set up' }).click();
debug('Dismiss onboarding dialog');
await window.getByRole('button', { name: 'Continue' }).click();