Skip to content

Commit

Permalink
update jest test to have post meridiem time
Browse files Browse the repository at this point in the history
  • Loading branch information
wmedders21 committed Sep 13, 2024
1 parent 50c1764 commit 6f2e676
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { TimeSlotButton } from 'app/hearings/components/scheduleHearing/TimeSlot
import { render } from '@testing-library/react';
import { roTimezones, formatTimeSlotLabel } from 'app/hearings/utils';

const time = '08:15';
const time = '15:15 PM';
const hearingDayDate = '2025-01-01';
const issueCount = 2;
const poaName = 'Something';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Object {
<div
style="flex: 1;"
>
8:15 AM EST
3:15 PM EST
</div>
<div />
</div>
Expand All @@ -32,7 +32,7 @@ Object {
<div
style="flex: 1;"
>
8:15 AM EST
3:15 PM EST
</div>
<div />
</div>
Expand Down Expand Up @@ -108,7 +108,7 @@ Object {
<div
style="flex: 1;"
>
8:15 AM EST
3:15 PM EST
<div
class="time-slot-details"
style="text-overflow: ellipsis; overflow: hidden;"
Expand Down Expand Up @@ -255,7 +255,7 @@ Object {
<div
style="flex: 1;"
>
8:15 AM EST
3:15 PM EST
<div
class="time-slot-details"
style="text-overflow: ellipsis; overflow: hidden;"
Expand Down Expand Up @@ -458,7 +458,7 @@ Object {
<div
style="flex: 1;"
>
8:15 AM EST
3:15 PM EST
</div>
<div>
<i
Expand All @@ -480,7 +480,7 @@ Object {
<div
style="flex: 1;"
>
8:15 AM EST
3:15 PM EST
</div>
<div>
<i
Expand Down

0 comments on commit 6f2e676

Please sign in to comment.