Closed
Description
jest-dom
version: 3.5.0node
version:v11.9.0npm
version:6.7.0
We have an accordion that renders like so:
As you can see it defaults to being closed.
The elements inside should thus be hidden, but
expect(getByText('MC3')).not.toBeVisible();
Errors and says an element inside is visible.
The accordion library we're using is https://github.com/springload/react-accessible-accordion version 2.4.5
Metadata
Metadata
Assignees
Labels
No labels