import pytest
from .support import PyScriptTest
class TestShadowRoot(PyScriptTest):
@pytest.mark.skip("NEXT: Element interface is gone. Replace with PyDom")
def test_reachable_shadow_root(self):
self.pyscript_run(
r"""
"""
)
assert self.console.log.lines[-1] == "OK"