Skip to content

Commit 9a12d1b

Browse files
T4rk1nalexcjohnson
andauthored
Update tests/integration/callbacks/test_dynamic_callback.py
Co-authored-by: Alex Johnson <[email protected]>
1 parent 10e9f6a commit 9a12d1b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/integration/callbacks/test_dynamic_callback.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ def on_click2(n_clicks2):
3232

3333
dash_duo.start_server(app)
3434

35+
dash_duo.wait_for_element("#dynamic").click()
3536
dash_duo.wait_for_element("#create").click()
3637
dash_duo.wait_for_text_to_equal("#output", "creator 1")
38+
dash_duo.wait_for_text_to_equal("#output-2", "initial")
3739

3840
dash_duo.wait_for_element("#dynamic").click()
39-
dash_duo.wait_for_text_to_equal("#output-2", "Dynamic clicks 1")
41+
dash_duo.wait_for_text_to_equal("#output-2", "Dynamic clicks 2")

0 commit comments

Comments
 (0)