Skip to content

Feat/droprdown accessibility #56157

Feat/droprdown accessibility

Feat/droprdown accessibility #56157

Re-run triggered April 19, 2024 02:20
Status Failure
Total duration 4m 55s
Artifacts

test.yml

on: pull_request
Matrix: test
Matrix: module test
test-coverage
0s
test-coverage
Fit to window
Zoom out
Zoom in

Annotations

11 errors
lint: components/breadcrumb/BreadcrumbItem.tsx#L54
Type '{ menu?: MenuProps | undefined; menuLabel?: string | undefined; autoFocus?: boolean | undefined; arrow?: boolean | DropdownArrowOptions | undefined; ... 23 more ...; onVisibleChange?: ((open: boolean) => void) | undefined; }' is not assignable to type 'DropdownProps'.
lint: components/breadcrumb/__tests__/Breadcrumb.test.tsx#L299
Property 'menu' is missing in type '{ open: true; }' but required in type 'DropdownProps'.
lint: components/breadcrumb/__tests__/Breadcrumb.test.tsx#L381
Property 'menu' is missing in type '{ open: true; }' but required in type 'DropdownProps'.
lint: components/dropdown/__tests__/dropdown-button.test.tsx#L24
Property 'menu' is missing in type 'Record<string, any>' but required in type 'DropdownProps'.
lint: components/dropdown/__tests__/dropdown-button.test.tsx#L38
Argument of type 'CompoundedComponent' is not assignable to parameter of type 'ComponentType<{}>'.
lint: components/dropdown/__tests__/dropdown-button.test.tsx#L39
Argument of type 'CompoundedComponent' is not assignable to parameter of type 'ComponentType<{}>'.
lint: components/dropdown/__tests__/dropdown-button.test.tsx#L142
Property 'menu' is missing in type '{ overlay: Element; }' but required in type 'DropdownButtonProps'.
lint: components/dropdown/__tests__/dropdown-button.test.tsx#L150
Property 'menu' is missing in type '{}' but required in type 'DropdownButtonProps'.
lint: components/dropdown/__tests__/dropdown-button.test.tsx#L157
Property 'menu' is missing in type '{ open: true; dropdownRender: Mock<Element, [menu: any], any>; }' but required in type 'DropdownButtonProps'.
lint: components/dropdown/__tests__/index.test.tsx#L49
Property 'menu' is missing in type '{ children: Element; overlay: () => Element; transitionName: string; open: true; }' but required in type 'DropdownProps'.
build
Process completed with exit code 1.