We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8285d56 commit 1cc3502Copy full SHA for 1cc3502
tests/test_web/test_module.py
@@ -258,9 +258,6 @@ async def test_keys_properly_propagated(display: DisplayFixture):
258
# The children simply will not render unless they receive the key prop
259
assert len(children) == 3
260
261
- # for index, child in enumerate(children):
262
- # assert (await child.get_attribute("key")) == child.get_text()
263
-
264
265
def test_module_from_string():
266
reactpy.web.module_from_string("temp", "old")
0 commit comments