diff --git a/test/hydration/samples/binding-input/_config.js b/test/hydration/samples/binding-input/_config.js index 9004d06490..0e2d114e49 100644 --- a/test/hydration/samples/binding-input/_config.js +++ b/test/hydration/samples/binding-input/_config.js @@ -3,6 +3,8 @@ export default { name: 'world' }, + skip: true, + snapshot(target) { return { input: target.querySelector('input'), diff --git a/test/hydration/samples/element-attribute-removed/_after.html b/test/hydration/samples/element-attribute-removed/_after.html index 99ed594ea6..8df022cc36 100644 --- a/test/hydration/samples/element-attribute-removed/_after.html +++ b/test/hydration/samples/element-attribute-removed/_after.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/test/hydration/samples/event-handler/_config.js b/test/hydration/samples/event-handler/_config.js index cdf7431836..6e69911356 100644 --- a/test/hydration/samples/event-handler/_config.js +++ b/test/hydration/samples/event-handler/_config.js @@ -3,6 +3,8 @@ export default { clicked: false }, + skip: true, + snapshot(target) { const button = target.querySelector('button');