Skip to content

Commit e5b8899

Browse files
committed
robustify cbsc011
1 parent ea88228 commit e5b8899

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/callbacks/test_basic_callback.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,7 @@ def dynamic_output(*args):
522522

523523
dash_duo.start_server(app)
524524
dash_duo.wait_for_text_to_equal("#input-9", "Input 9")
525+
dash_duo.wait_for_contains_text("#container", "Input 9")
525526

526527
assert call_count.value == 1
527528
dash_duo.percy_snapshot("test_rendering_layout_calls_callback_once_per_output")

0 commit comments

Comments
 (0)