ibm-js/deliteful

Accordion test failures

Closed this issue · 1 comments

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.

Thanks, I pushed your fixes as fb0c1eb and 0b614c6.