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 92040d7 commit 1042956Copy full SHA for 1042956
tests/integration/callbacks/test_missing_outputs.py
@@ -319,7 +319,9 @@ def chapter2_assertions():
319
dash_duo.wait_for_text_to_equal("#body", "Chapter 2")
320
321
layout = dash_duo.driver.execute_script(
322
- "return JSON.parse(JSON.stringify(" "window.store.getState().layout" "))"
+ "return JSON.parse(JSON.stringify("
323
+ "window.store.getState().layout"
324
+ ")).components"
325
)
326
327
dcc_radio = layout["props"]["children"][0]
0 commit comments