Further PNP fixes
This commit is contained in:
parent
16dcf31906
commit
dd5b66039d
7 changed files with 71 additions and 50 deletions
|
@ -377,9 +377,15 @@ describe('pnp/PNI Signature', function (this: Mocha.Suite) {
|
|||
const messages = window.locator('.module-message__text');
|
||||
assert.strictEqual(await messages.count(), 3, 'messages');
|
||||
|
||||
// No notifications
|
||||
// Merge notification
|
||||
const notifications = window.locator('.SystemMessage');
|
||||
assert.strictEqual(await notifications.count(), 0, 'notifications');
|
||||
assert.strictEqual(await notifications.count(), 1, 'notifications');
|
||||
|
||||
const first = await notifications.first();
|
||||
assert.match(
|
||||
await first.innerText(),
|
||||
/Your message history with ACI Contact and their number .* has been merged./
|
||||
);
|
||||
|
||||
assert.isEmpty(await phone.getOrphanedStorageKeys());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue