mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Remove accepted message without explicit user action
This commit is contained in:
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user