export default { html: '', async test({ assert, component, target }) { component.visible = true; assert.htmlEqual( target.innerHTML, `

a

` ); assert.ok(component.items[0].ref.isFoo()); } };