pull/4082/head
Conduitry 6 years ago
parent c33dae0d4a
commit a80259a6fc

@ -1,6 +1,5 @@
export default { export default {
test(assert, target, snapshot, component, window) { 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);
} }
}; };

Loading…
Cancel
Save