Apply suggestions from code review

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
pull/7426/head
Simon H 3 years ago committed by GitHub
parent 5a1fb9000a
commit 58af0508a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,6 +5,6 @@ export default {
snapshot(target) {
return {
div: target.querySelectorAll('div')[1]
}
};
}
};

@ -13,7 +13,6 @@ export default {
},
test(assert, target, _, component) {
const p = target.querySelector('p');
component.foo = false;
component.bar = true;

Loading…
Cancel
Save