Skip to content

Commit aa91dcd

Browse files
author
CarinaWolli
committed
fix DatePicker tests
1 parent 823f995 commit aa91dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/features/calendars/__tests__/DatePicker.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ describe("Tests for DatePicker Component", () => {
154154

155155
// Should show next month days (February days when browsing January)
156156
// In end-of-month view, the first day of next month gets a month label
157-
const febLabel = queryByText("FEB");
157+
const febLabel = queryByText("Feb");
158158
expect(febLabel).toBeTruthy();
159159

160160
vi.useRealTimers();

0 commit comments

Comments
 (0)