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 5f2b01e commit 1ab2e37Copy full SHA for 1ab2e37
src/components/date-picker/date-picker.spec.ts
@@ -681,6 +681,7 @@ describe('Date picker', () => {
681
await elementUpdated(picker);
682
683
dateTimeInput.focus();
684
+ await elementUpdated(picker); // Additional waiting needed because display format differs from input format.
685
picker.select();
686
687
@@ -695,6 +696,7 @@ describe('Date picker', () => {
695
696
697
698
699
700
picker.setSelectionRange(0, 2);
701
702
0 commit comments