We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5855bba commit 76a373eCopy full SHA for 76a373e
src/components/DatePicker/Common.tsx
@@ -277,13 +277,15 @@ export const CalendarRenderer = ({
277
orientation="horizontal"
278
>
279
<IconButton
280
+ data-testid="calendar-previous-month"
281
icon="chevron-left"
282
onClick={handlePreviousClick}
283
size="sm"
284
type="ghost"
285
/>
286
<UnselectableTitle>{headerDateFormatter.format(headerDate)}</UnselectableTitle>
287
288
+ data-testid="calendar-next-month"
289
icon="chevron-right"
290
onClick={handleNextClick}
291
0 commit comments