We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e692726 commit 6d1c5e4Copy full SHA for 6d1c5e4
tests/integration/callbacks/test_basic_callback.py
@@ -420,6 +420,9 @@ def update_text(data):
420
dash_duo.wait_for_text_to_equal("#output-1", "hello world")
421
assert dash_duo.find_element("#output-1").get_attribute("data-cb") == "hello world"
422
423
+ # Wait for all callbacks to complete
424
+ time.sleep(0.1)
425
+
426
# an initial call, one for clearing the input
427
# and one for each hello world character
428
assert input_call_count.value == 2 + len("hello world")
0 commit comments