`],
({ get }) => {
get('#b h1').should(beVisible())
get('button').click()
get('#b h1').should(notBeVisible())
},
)
test('$refs inside portal can be accessed outside',
[html`
`],
({ get }) => {
get('#b h1').should(beVisible())
get('button').click()
get('#b h1').should(notBeVisible())
},
)
// Portal can only have one root.
// works with transition groups
// works with $ids
// works with refs
// works with root