Group Member Labels: A few tweaks

Co-authored-by: Jamie Kyle <jamie@signal.org>
This commit is contained in:
Scott Nonnenberg
2026-02-14 07:58:06 +10:00
committed by GitHub
parent 4a78b284e8
commit 2557e1d521
25 changed files with 321 additions and 85 deletions

View File

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