Skip to content

Accessibility: Button pressed state and lists #944

Accessibility: Button pressed state and lists

Accessibility: Button pressed state and lists #944

Re-run triggered September 6, 2024 20:33
Status Failure
Total duration 41s
Artifacts

ci.yml

on: pull_request
Static code analysis
8s
Static code analysis
Type checking
30s
Type checking
Formatting
4s
Formatting
Unit tests
29s
Unit tests
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Formatting
Process completed with exit code 1.
Static code analysis
Process completed with exit code 1.
src/Calendar.spec.tsx > Calendar > passes showNeighboringDecade flag to DecadeView component given showNeighboringDecade flag: packages/react-calendar/src/Calendar.spec.tsx#L316
Error: expect(element).toHaveAccessibleName() Expected element to have accessible name: 2012 Received: 2001 ❯ src/Calendar.spec.tsx:316:26
src/Calendar.spec.tsx > Calendar > passes showNeighboringCentury flag to CenturyView component given showNeighboringCentury flag: packages/react-calendar/src/Calendar.spec.tsx#L331
Error: expect(element).toHaveAccessibleName() Expected element to have accessible name: 2111 – 2120 Received: 2001 – 2010 ❯ src/Calendar.spec.tsx:331:28
Unit tests
Process completed with exit code 1.