Skip to content

Commit 3a179f4

Browse files
committed
Add more clear_pages_state
1 parent d99da2a commit 3a179f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/test_integration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ def render_content(tab):
366366
until(lambda: '"label": 3' in dash_duo.find_element("#graph2_info").text, timeout=3)
367367

368368

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):
370370
app = Dash(__name__, pages_folder="")
371371

372372
# test for storing arbitrary keyword arguments: An `id` prop is defined for every page
@@ -473,7 +473,7 @@ def on_nested_click(n_clicks):
473473
dash_duo.wait_for_text_to_equal("#nested-output", "Clicked 1 times")
474474

475475

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):
477477
app = Dash(use_pages=True, pages_folder="")
478478

479479
dash.register_page(

0 commit comments

Comments
 (0)