Version
1.0.0-beta.28
Steps to reproduce
when use isVisible() asserts a element whether display, the element set display: none; use css instead of inline style,
expect(wrapper.find('.dialog').isVisible()).toBe(false) // true, should be false
What is expected?
isVisible method support css
What is actually happening?

Hello, your issue has been closed because it does not conform to our issue requirements. In order to ensure every issue provides the necessary information for us to investigate, we require the use of the Issue Helper when creating new issues. Thank you!