mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 07:58:46 +01:00
Init AxoAlertDialog
This commit is contained in:
@@ -243,8 +243,8 @@ describe('storage service/chat folders', function (this: Mocha.Suite) {
|
||||
);
|
||||
|
||||
const confirmDeleteBtn = window
|
||||
.getByTestId('ConfirmationDialog.Preferences__DeleteChatFolderDialog')
|
||||
.locator('button:has-text("Delete")');
|
||||
.getByRole('alertdialog', { name: 'Delete this chat folder?' })
|
||||
.getByRole('button', { name: 'Delete' });
|
||||
|
||||
let state = await phone.expectStorageState('initial state');
|
||||
// wait for initial creation of story distribution list and "all chats" chat folder
|
||||
|
||||
Reference in New Issue
Block a user