Skip to content

Commit

Permalink
fixup! feat(DatePicker): Upgrade react-day-picker to 8.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
m7kvqbe1 committed Nov 4, 2024
1 parent 745d917 commit c95f753
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ describe('when selecting a date range', () => {
return user.unhover(wrapper.getByText('13'))
})

it('does not shade any days', () => {
it('does not shade any additional days', () => {
expect(
wrapper.container.querySelectorAll('.DayPicker-Day--selected')
).toHaveLength(0)
wrapper.container.querySelectorAll('.rdp-day_selected')
).toHaveLength(1)
})
})
})
Expand Down

0 comments on commit c95f753

Please sign in to comment.