mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 16:08:34 +01:00
Group Member Labels: A few tweaks
Co-authored-by: Jamie Kyle <jamie@signal.org>
This commit is contained in:
@@ -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)')
|
||||
|
||||
Reference in New Issue
Block a user