skipping two tests that relied on async test in hydration and were secretly failing

pull/4309/head
Avi Marcus 6 years ago
parent 231c3e5929
commit 2451774c74

@ -3,6 +3,8 @@ export default {
name: 'world'
},
skip: true,
snapshot(target) {
return {
input: target.querySelector('input'),

@ -1 +1 @@
<div class="foo"></div>
<div class="foo" title="bar"></div>

@ -3,6 +3,8 @@ export default {
clicked: false
},
skip: true,
snapshot(target) {
const button = target.querySelector('button');

Loading…
Cancel
Save