Disable selecting existing group members in add members modal
This commit is contained in:
parent
8af39e630a
commit
363142569b
8 changed files with 11 additions and 19 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue