Disable selecting existing group members in add members modal

This commit is contained in:
trevor-signal 2023-10-06 11:45:43 -04:00 committed by GitHub
parent 8af39e630a
commit 363142569b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 11 additions and 19 deletions

View file

@ -98,7 +98,7 @@ describe('storage service', function needsName() {
);
await moreButton.click();
const archiveButton = conversationStack.locator(
const archiveButton = window.locator(
'.react-contextmenu-item >> "Archive"'
);
await archiveButton.click();