Skip to content

Commit

Permalink
EDSC-4125 pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-zamora committed Jan 8, 2025
1 parent 1791e78 commit 4903f8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ describe('Datepicker component', () => {
expect(currentNextNav).toBeVisible()
})

// Navigate to December using next nav
// Navigate from February to December
await user.click(currentNextNav) // February
await user.click(currentNextNav) // March
await user.click(currentNextNav) // April
Expand Down

0 comments on commit 4903f8a

Please sign in to comment.