Accessibility: Button pressed state and lists #944
ci.yml
on: pull_request
Static code analysis
8s
Type checking
30s
Formatting
4s
Unit tests
29s
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.
|