João Paulo Siqueira Lins
João Paulo Siqueira Lins
Reproducible sandbox: https://codesandbox.io/s/icy-pine-zxgdl?file=/index.js Steps to reproduce - Type something in the `` tag - See that the Legend disappears for the duration of the animation Am I doing something wrong...
Test case reproducing issue #438. From master, I ran `yarn add @testing-library/vue --dev`, and also had to bump `@vue/test-utils` to `1.3.0` otherwise it wouldn't work. I probably messed up something...
Repository with reproduction: https://github.com/joaopslins/vue-sfc-styles-issue-repro I'm using Vue 2 with Vue Testing Library Using `toBeVisible()` matcher against an element with `display: none;` applied via a class in `` section does not...