mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 03:43:27 +01:00
Migrate all preferences buttons to axo button
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user