Skip to content

Commit 8e14147

Browse files
committed
Fix layout callback integration test by pulling title text
1 parent ad51501 commit 8e14147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/callbacks/test_layout_paths_with_callbacks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def check_chapter(chapter):
176176
+ "#{}-graph:not(.dash-graph--pending) .js-plotly-plot".format(
177177
chapter
178178
)
179-
+ '").layout.title'
179+
+ '").layout.title.text'
180180
)
181181
== value
182182
),

0 commit comments

Comments
 (0)