added test case that fails because it takes too long time

pull/7663/head
Mathias Picker 4 years ago
parent 31e5f8b5de
commit 9acef10d48

@ -0,0 +1,10 @@
export default {
skip_if_hydrate_from_ssr: true,
skip_if_hydrate: true,
skip_if_ssr: true,
test({ assert, target }) {
const image = target.querySelector('image');
assert.equal(image.tagName, "IMAGE");
}
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.6 MiB

Loading…
Cancel
Save