Skip to content

Commit

Permalink
test(fields): fix date range test
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron committed Oct 18, 2024
1 parent 1c1533a commit 68eaffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/base/fields/DateRangePicker.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ context('With default times as full day', () => {
beforeEach(() => {
mountAndWait(
<StoryBox>
<DateRangePickerStory {...(Meta.args as any)} hasFullDayDefaultValue withTime />
<DateRangePickerStory {...(Meta.args as any)} withFullDayDefaults withTime />
</StoryBox>
)
})
Expand Down

0 comments on commit 68eaffa

Please sign in to comment.