feat(accordion): allow to use a ReactNode as title for an accordion #3151
Annotations
10 warnings
src/components/Accordion/AccordionSection/AccordionSection.test.tsx#L106
Avoid direct Node access. Prefer using the methods from Testing Library
|
src/components/ContextualMenu/ContextualMenuDropdown/ContextualMenuDropdown.test.tsx#L25
Avoid direct Node access. Prefer using the methods from Testing Library
|
src/components/ContextualMenu/ContextualMenuDropdown/ContextualMenuDropdown.test.tsx#L54
Avoid direct Node access. Prefer using the methods from Testing Library
|
src/components/Input/Input.test.tsx#L53
Avoid direct Node access. Prefer using the methods from Testing Library
|
src/components/Input/Input.test.tsx#L55
Avoid direct Node access. Prefer using the methods from Testing Library
|
src/components/Modal/Modal.test.tsx#L36
Avoid using container methods. Prefer using the methods from Testing Library, such as "getByRole()"
|
src/components/Modal/Modal.test.tsx#L36
Avoid direct Node access. Prefer using the methods from Testing Library
|
src/components/Modal/Modal.test.tsx#L41
Avoid using container methods. Prefer using the methods from Testing Library, such as "getByRole()"
|
src/components/Modal/Modal.test.tsx#L41
Avoid direct Node access. Prefer using the methods from Testing Library
|
src/components/Modal/Modal.test.tsx#L46
Avoid using container methods. Prefer using the methods from Testing Library, such as "getByRole()"
|
This job succeeded
Loading