We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3faa10f commit d3959e4Copy full SHA for d3959e4
1 file changed
src/py/reactpy/tests/test_html.py
@@ -122,6 +122,7 @@ def HasScript():
122
"""
123
)
124
125
+ await poll(lambda: hasattr(incr_src_id, "current")).until_is(True)
126
incr_src_id.current()
127
128
run_count = await display.page.wait_for_selector("#run-count", state="attached")
0 commit comments