Skip to content

Commit

Permalink
Merge branch 'master' into improve-loading-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnC-80 authored Jan 4, 2024
2 parents 3f9489b + bffed23 commit d62b0c4
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 d62b0c4

Please sign in to comment.