Added last-message's author to group conversation list in left pane
This commit is contained in:
parent
eadef45290
commit
ca6300a86a
8 changed files with 45 additions and 5 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue