mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-02 14:21:05 +01:00
Group Member Labels: A few tweaks
Co-authored-by: Jamie Kyle <jamie@signal.org>
This commit is contained in:
@@ -114,7 +114,9 @@ describe('storage service', function (this: Mocha.Suite) {
|
||||
'.CallsTab__ConversationCallDetails'
|
||||
);
|
||||
await callLinkDetails.waitFor();
|
||||
const deleteButton = await window.getByText('Delete link');
|
||||
const deleteButton = await window.getByRole('button', {
|
||||
name: 'Delete link',
|
||||
});
|
||||
await deleteButton.click();
|
||||
const confirmModal = await window.getByTestId(
|
||||
'ConfirmationDialog.CallLinkDetails__DeleteLinkModal'
|
||||
|
||||
Reference in New Issue
Block a user