diff --git a/test/hydration/samples/head-meta-hydrate-duplicate/_config.js b/test/hydration/samples/head-meta-hydrate-duplicate/_config.js index b63e51eda9..482efd564d 100644 --- a/test/hydration/samples/head-meta-hydrate-duplicate/_config.js +++ b/test/hydration/samples/head-meta-hydrate-duplicate/_config.js @@ -1,6 +1,5 @@ export default { test(assert, target, snapshot, component, window) { - // console.log(window.document.querySelectorAll('meta')); - // assert.equal(window.document.querySelectorAll('meta').length, 2); + assert.equal(window.document.querySelectorAll('meta').length, 2); } };