Skip to content

Commit 60345a5

Browse files
authored
Update test_module.py
Removes `timeout=0` that was there for testing
1 parent 7a7dca2 commit 60345a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_web/test_module.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ async def test_keys_properly_propagated(display: DisplayFixture):
252252
)
253253
)
254254

255-
parent = await display.page.wait_for_selector(".react-grid-layout", state="attached", timeout=0)
255+
parent = await display.page.wait_for_selector(".react-grid-layout", state="attached")
256256
children = await parent.query_selector_all("div")
257257

258258
# The children simply will not render unless they receive the key prop

0 commit comments

Comments
 (0)