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
|
@ -423,10 +423,7 @@ describe('pnp/PNI Signature', function (this: Mocha.Suite) {
|
|||
assert.strictEqual(await messages.count(), 3, 'messages');
|
||||
|
||||
// Title transition notification
|
||||
await expectSystemMessages(window, [
|
||||
'You accepted the message request',
|
||||
/You started this chat with/,
|
||||
]);
|
||||
await expectSystemMessages(window, [/You started this chat with/]);
|
||||
|
||||
assert.isEmpty(await phone.getOrphanedStorageKeys());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue