Skip to content

Commit

Permalink
Merge branch 'master' into popper-readme-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnC-80 authored Jan 4, 2024
2 parents d93b514 + bffed23 commit 062e95e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Timepicker/tests/Timepicker-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ describe('Timepicker', () => {
/>
);

await timepicker.fillIn('05:00 P');
await timepicker.fillIn('5:00 P');
});

it('emits an event with the time accounting for timezone', () => HTML({ id: 'state-time', text: testTime }).exists());
Expand All @@ -227,7 +227,7 @@ describe('Timepicker', () => {
/>
);

await timepicker.fillIn('04:20 P');
await timepicker.fillIn('4:20 P');
});

it('emits an event with the time accounting for timezone', () => HTML({ id: 'state-time', text: testTime }).exists());
Expand Down

0 comments on commit 062e95e

Please sign in to comment.