We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a7dca2 commit 60345a5Copy full SHA for 60345a5
tests/test_web/test_module.py
@@ -252,7 +252,7 @@ async def test_keys_properly_propagated(display: DisplayFixture):
252
)
253
254
255
- parent = await display.page.wait_for_selector(".react-grid-layout", state="attached", timeout=0)
+ parent = await display.page.wait_for_selector(".react-grid-layout", state="attached")
256
children = await parent.query_selector_all("div")
257
258
# The children simply will not render unless they receive the key prop
0 commit comments