You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A test inside datepicker_test.test.js is failing when the test is executed on the last week of the month. The issue occurs as the component fails to auto switch to the next month in the test environment.
Failing Test Details: DatePicker › should update the preSelection state when a day is selected with Enter press
The text was updated successfully, but these errors were encountered:
…ing to the next month view when the current date is in the last row of the current month
- Apply this fix as the render fails to rerender days to the next month view
ClosesHacker0x01#4934
Describe the bug
A test inside datepicker_test.test.js is failing when the test is executed on the last week of the month. The issue occurs as the component fails to auto switch to the next month in the test environment.
Failing Test Details:
DatePicker › should update the preSelection state when a day is selected with Enter press
The text was updated successfully, but these errors were encountered: