undo removal of ssrHtml value

it was equal to html but to restored to keep diff smaller
pull/4559/head
Jonniek 6 years ago
parent ce991e7a64
commit 7f87b6e549

@ -11,6 +11,18 @@ export default {
</div> </div>
`, `,
ssrHtml: `
<div>
<input type="checkbox"><p>one</p>
</div>
<div>
<input type="checkbox"><p>two</p>
</div>
<div>
<input type="checkbox"><p>three</p>
</div>
`,
async test({ assert, component, target, window }) { async test({ assert, component, target, window }) {
const inputs = [ ...target.querySelectorAll('input') ]; const inputs = [ ...target.querySelectorAll('input') ];

Loading…
Cancel
Save