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 704c18f commit 06f14d1Copy full SHA for 06f14d1
test/tests.spec.js
@@ -530,6 +530,7 @@ describe('Datetime', () => {
530
utils.openDatepicker(component);
531
expect(utils.isOpen(component)).toBeTruthy();
532
document.dispatchEvent(new Event('mousedown'));
533
+ component.update();
534
535
});
536
@@ -541,6 +542,7 @@ describe('Datetime', () => {
541
542
543
544
545
546
expect(utils.isOpen(component)).toBeFalsy();
547
548
0 commit comments