Skip to content

Commit 8914bb3

Browse files
committed
robustify cbcx005
1 parent 2643e50 commit 8914bb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/callbacks/test_callback_context.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ def click(target):
154154
ActionChains(dash_duo.driver).move_to_element_with_offset(
155155
target, 5, 5
156156
).click().perform()
157+
dash_duo._wait_for_callbacks()
157158

158159
dash_duo.start_server(app)
159160
click(dash_duo.find_element("#btn0"))

0 commit comments

Comments
 (0)