File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments