Skip to content

Commit 9dd55cf

Browse files
committed
Fixes failing tests
1 parent 1c6fe43 commit 9dd55cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_web/test_module.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ async def test_subcomponent_notation_as_str_attrs(display: DisplayFixture):
320320

321321
await display.show(lambda: content)
322322

323+
await display.page.wait_for_selector("#basic-addon3", state="attached")
323324
parent = await display.page.wait_for_selector("#the-parent", state="attached")
324325
input_group_text = await parent.query_selector_all(".input-group-text")
325326
form_control = await parent.query_selector_all(".form-control")
@@ -377,6 +378,7 @@ async def test_subcomponent_notation_as_obj_attrs(display: DisplayFixture):
377378

378379
await display.show(lambda: content)
379380

381+
await display.page.wait_for_selector("#basic-addon3", state="attached")
380382
parent = await display.page.wait_for_selector("#the-parent", state="attached")
381383
input_group_text = await parent.query_selector_all(".input-group-text")
382384
form_control = await parent.query_selector_all(".form-control")

0 commit comments

Comments
 (0)