diff --git a/test/hydration/samples/claim-comment/_config.js b/test/hydration/samples/claim-comment/_config.js index 305fac9bd9..047f1db855 100644 --- a/test/hydration/samples/claim-comment/_config.js +++ b/test/hydration/samples/claim-comment/_config.js @@ -5,6 +5,6 @@ export default { snapshot(target) { return { div: target.querySelectorAll('div')[1] - } + }; } }; diff --git a/test/hydration/samples/if-block-update/_config.js b/test/hydration/samples/if-block-update/_config.js index 0f8ed286bb..aa9ba7798c 100644 --- a/test/hydration/samples/if-block-update/_config.js +++ b/test/hydration/samples/if-block-update/_config.js @@ -13,7 +13,6 @@ export default { }, test(assert, target, _, component) { - const p = target.querySelector('p'); component.foo = false; component.bar = true;