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

pull/4309/head
Avi Marcus 6 years ago
parent a0127cad83
commit 017d0db5b2

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

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

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

Loading…
Cancel
Save