We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818370d commit 9a6a6c6Copy full SHA for 9a6a6c6
test/unit/specs/mount/Wrapper/isEmpty.spec.js
@@ -23,10 +23,7 @@ describe('isEmpty', () => {
23
expect(wrapper.find('svg').isEmpty()).to.equal(true)
24
})
25
26
- it('returns false if innerHTML is not empty', () => {
27
- if (/HeadlessChrome/.test(window.navigator.userAgent)) {
28
- return
29
- }
+ it.skip('returns false if innerHTML is not empty', () => {
30
const TestComponent = {
31
render (createElement) {
32
return createElement('div', {
0 commit comments