Skip to content

Commit 1042956

Browse files
committed
fix cbmo004
1 parent 92040d7 commit 1042956

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/integration/callbacks/test_missing_outputs.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,9 @@ def chapter2_assertions():
319319
dash_duo.wait_for_text_to_equal("#body", "Chapter 2")
320320

321321
layout = dash_duo.driver.execute_script(
322-
"return JSON.parse(JSON.stringify(" "window.store.getState().layout" "))"
322+
"return JSON.parse(JSON.stringify("
323+
"window.store.getState().layout"
324+
")).components"
323325
)
324326

325327
dcc_radio = layout["props"]["children"][0]

0 commit comments

Comments
 (0)