diff --git a/test/hydration/samples/iframe/_config.js b/test/hydration/samples/iframe/_config.js index 9383d38fc6..8f818d9294 100644 --- a/test/hydration/samples/iframe/_config.js +++ b/test/hydration/samples/iframe/_config.js @@ -42,13 +42,10 @@ export default { await snapshot.trigger; snapshot.mutationObserver.disconnect(); - console.log(snapshot.mutationRecords); - const iframeMutations = snapshot.mutationRecords.filter(({addedNodes, removedNodes}) => { - console.log({addedNodes, removedNodes}); return addedNodes.includes('IFRAME')|| removedNodes.includes('IFRAME'); }); - console.log({iframeMutations}); + assert(iframeMutations.length === 0, 'iframe added/removed'); // assert(false, 'test')