mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-23 04:03:00 -05:00
[next] improve integration tests (#1684)
This commit is contained in:
committed by
GitHub
parent
59db56feec
commit
7d2df4895e
@@ -5,7 +5,7 @@ from .support import PyScriptTest
|
||||
|
||||
class TestShadowRoot(PyScriptTest):
|
||||
# @skip_worker("FIXME: js.document")
|
||||
@pytest.mark.skip("FIXME: Element missing from PyScript")
|
||||
@pytest.mark.skip("FIXME: Element interface is gone. Replace with PyDom")
|
||||
def test_reachable_shadow_root(self):
|
||||
self.pyscript_run(
|
||||
r"""
|
||||
|
||||
Reference in New Issue
Block a user