We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a31aaf commit aa519f3Copy full SHA for aa519f3
test/unit/Logging.test.ts
@@ -30,7 +30,7 @@ describe('LoggingElement', () => {
30
31
it('cannot undo warning messages', () => {
32
element.dispatchEvent(
33
- ({ kind: 'warning', title: 'test warning' })
+ newLogEvent({ kind: 'warning', title: 'test warning' })
34
);
35
expect(element).property('history').to.have.lengthOf(1);
36
expect(element).property('canUndo').to.be.false;
0 commit comments