Stackable notifications #6220
Annotations
10 errors
Run JavaScript unit tests:
panel/src/panel/modal.test.js#L92
AssertionError: expected undefined to strictly equal true
- Expected:
true
+ Received:
undefined
❯ src/panel/modal.test.js:92:37
|
Run JavaScript unit tests:
panel/src/panel/modal.test.js#L112
AssertionError: expected undefined to strictly equal true
- Expected:
true
+ Received:
undefined
❯ src/panel/modal.test.js:112:37
|
Run JavaScript unit tests:
panel/src/panel/modal.test.js#L150
AssertionError: expected undefined to strictly equal 'Test'
- Expected:
"Test"
+ Received:
undefined
❯ src/panel/modal.test.js:150:38
|
Run JavaScript unit tests:
panel/src/panel/notification.test.js#L28
AssertionError: expected { dialog: null, drawer: null, …(2) } to strictly equal { context: null, details: null, …(6) }
- Expected
+ Received
{
- "context": null,
- "details": null,
- "icon": null,
- "isOpen": false,
- "message": null,
- "theme": null,
- "timeout": null,
- "type": null,
+ "dialog": null,
+ "drawer": null,
+ "fatal": null,
+ "view": [],
}
❯ src/panel/notification.test.js:28:32
|
Run JavaScript unit tests:
panel/src/panel/notification.test.js#L38
AssertionError: expected undefined to strictly equal 'Hello world'
- Expected:
"Hello world"
+ Received:
undefined
❯ src/panel/notification.test.js:38:32
|
Run JavaScript unit tests:
panel/src/panel/notification.test.js#L52
AssertionError: expected undefined to strictly equal 'view'
- Expected:
"view"
+ Received:
undefined
❯ src/panel/notification.test.js:52:32
|
Run JavaScript unit tests:
panel/src/panel/notification.test.js#L65
AssertionError: expected undefined to strictly equal 'drawer'
- Expected:
"drawer"
+ Received:
undefined
❯ src/panel/notification.test.js:65:32
|
Run JavaScript unit tests:
panel/src/panel/notification.test.js#L78
AssertionError: expected undefined to strictly equal 'dialog'
- Expected:
"dialog"
+ Received:
undefined
❯ src/panel/notification.test.js:78:32
|
Run JavaScript unit tests:
panel/src/panel/notification.test.js#L87
AssertionError: expected undefined to strictly equal 'check'
- Expected:
"check"
+ Received:
undefined
❯ src/panel/notification.test.js:87:29
|
Run JavaScript unit tests:
panel/src/panel/notification.test.js#L103
AssertionError: expected undefined to strictly equal 'positive'
- Expected:
"positive"
+ Received:
undefined
❯ src/panel/notification.test.js:103:30
|
Loading