mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 00:48:19 +01:00
Added last-message's author to group conversation list in left pane
This commit is contained in:
@@ -124,8 +124,8 @@ const LAST_MESSAGE = 'start sending messages now';
|
||||
|
||||
const item = leftPane.locator(
|
||||
'_react=BaseConversationListItem' +
|
||||
`[title = ${JSON.stringify(group.title)}]` +
|
||||
`>> ${JSON.stringify(LAST_MESSAGE)}`
|
||||
`[title = ${JSON.stringify(group.title)}] ` +
|
||||
`>> text=${LAST_MESSAGE}`
|
||||
);
|
||||
await item.click();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user