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

@@ -161,7 +161,8 @@ describe('pnp/accept gv2 invite', function (this: Mocha.Suite) {
debug('Leave the group through settings');
await conversationStack
.locator('.conversation-details-panel >> "Leave group"')
.locator('.conversation-details-panel')
.getByRole('button', { name: 'Leave group' })
.click();
await window
@@ -277,10 +278,7 @@ describe('pnp/accept gv2 invite', function (this: Mocha.Suite) {
.locator('.module-ConversationHeader__header__info__title')
.click();
await conversationStack
.locator(
'.ConversationDetails-panel-row__root--button >> ' +
'text=Requests & Invites'
)
.getByRole('button', { name: 'Requests & Invites' })
.click();
await conversationStack
.locator('.ConversationDetails__tabs__tab >> text=Invites (1)')