test_dynamic_routes: increase polling timeout

This commit is contained in:
Masen Furer 2024-12-04 23:07:33 -08:00
parent e995aacb37
commit d2f3fc4957
No known key found for this signature in database
GPG Key ID: B0008AD22B3B3A95

View File

@ -405,7 +405,8 @@ async def test_render_dynamic_arg(
el = driver.find_element(By.ID, id)
assert el
assert (
dynamic_route.poll_for_content(el, exp_not_equal=expect_not) == expected
dynamic_route.poll_for_content(el, timeout=30, exp_not_equal=expect_not)
== expected
)
assert_content("0", "")