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 9c525ca commit 3c1fa70Copy full SHA for 3c1fa70
tests/integration/background_callback/test_basic_long_callback008.py
@@ -34,7 +34,8 @@ def click_n_wait():
34
35
dash_duo.driver.switch_to.frame(dash_duo.find_element("iframe"))
36
assert (
37
- "dash.exceptions.LongCallbackError: An error occurred inside a long callback:"
+ "dash.exceptions.BackgroundCallbackError: "
38
+ "An error occurred inside a background callback:"
39
in dash_duo.wait_for_element(".errormsg").text
40
)
41
dash_duo.driver.switch_to.default_content()
0 commit comments