Accordion test failures
Closed this issue · 1 comments
brunano21 commented
After changes introduces by a156e55, accordion tests started to fail. That's because Accordion header's aria-controls
attribute is set only one the accordion panel is visible. If not, it's removed indeed.
However Accordion tests still make a deep use of the aforementioned attribute, bringing tests to fails.