File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -366,7 +366,7 @@ def render_content(tab):
366
366
until (lambda : '"label": 3' in dash_duo .find_element ("#graph2_info" ).text , timeout = 3 )
367
367
368
368
369
- def test_inin027_multi_page_without_pages_folder (dash_duo ):
369
+ def test_inin027_multi_page_without_pages_folder (dash_duo , clear_pages_state ):
370
370
app = Dash (__name__ , pages_folder = "" )
371
371
372
372
# test for storing arbitrary keyword arguments: An `id` prop is defined for every page
@@ -473,7 +473,7 @@ def on_nested_click(n_clicks):
473
473
dash_duo .wait_for_text_to_equal ("#nested-output" , "Clicked 1 times" )
474
474
475
475
476
- def test_inin029_layout_as_list_with_pages (dash_duo ):
476
+ def test_inin029_layout_as_list_with_pages (dash_duo , clear_pages_state ):
477
477
app = Dash (use_pages = True , pages_folder = "" )
478
478
479
479
dash .register_page (
You can’t perform that action at this time.
0 commit comments