Remove accepted message without explicit user action
This commit is contained in:
parent
8a21f8655f
commit
11ea595457
6 changed files with 28 additions and 39 deletions
|
@ -114,7 +114,7 @@ Bootstrap.benchmark(async (bootstrap: Bootstrap): Promise<void> => {
|
|||
const item = leftPane
|
||||
.locator(
|
||||
'.module-conversation-list__item--contact-or-conversation' +
|
||||
'>> text="You accepted the message request"'
|
||||
`>> text="${LAST_MESSAGE}"`
|
||||
)
|
||||
.first();
|
||||
await item.click({ timeout: 2 * MINUTE });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue