fix flaky test (#1158)
This commit is contained in:
parent
3faa10fbbe
commit
d3959e4e39
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ async def test_script_from_src(display: DisplayFixture):
|
|||
"""
|
||||
)
|
||||
|
||||
await poll(lambda: hasattr(incr_src_id, "current")).until_is(True)
|
||||
incr_src_id.current()
|
||||
|
||||
run_count = await display.page.wait_for_selector("#run-count", state="attached")
|
||||
|
|
Loading…
Reference in a new issue