mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Show list of members in a group in ConversationHero
This commit is contained in:
@@ -155,7 +155,11 @@ describe('pnp/accept gv2 invite', function (this: Mocha.Suite) {
|
||||
await window
|
||||
.locator('.ConversationDetails-panel-section__title >> "4 members"')
|
||||
.waitFor();
|
||||
await window.getByText(unknownContact.profileName).waitFor();
|
||||
|
||||
await window
|
||||
.locator('.conversation-details-panel')
|
||||
.getByText(unknownContact.profileName)
|
||||
.waitFor();
|
||||
|
||||
debug('Leave the group through settings');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user