Show list of members in a group in ConversationHero

This commit is contained in:
yash-signal
2025-04-16 18:16:41 -05:00
committed by GitHub
parent a1222d493b
commit fcc81d9a7f
10 changed files with 536 additions and 43 deletions
+5 -1
View File
@@ -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');