Further PNP fixes
This commit is contained in:
parent
16dcf31906
commit
dd5b66039d
7 changed files with 71 additions and 50 deletions
|
@ -214,7 +214,7 @@ describe('pnp/merge', function (this: Mocha.Suite) {
|
|||
const notifications = window.locator('.SystemMessage');
|
||||
assert.strictEqual(
|
||||
await notifications.count(),
|
||||
withPNIMessage && !pniSignatureVerified ? 1 : 0,
|
||||
withPNIMessage ? 1 : 0,
|
||||
'notification count'
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue