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 3114e90 commit 5906ac9Copy full SHA for 5906ac9
.circleci/config.yml
@@ -110,6 +110,8 @@ jobs:
110
key: dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requirements-all.txt" }}
111
- browser-tools/install-browser-tools:
112
chrome-version: 120.0.6099.71
113
+ install-firefox: false
114
+ install-geckodriver: false
115
- run:
116
name: ️️🏗️ pip dev requirements
117
command: |
tests/integration/callbacks/test_layout_paths_with_callbacks.py
@@ -176,7 +176,7 @@ def check_chapter(chapter):
176
+ "#{}-graph:not(.dash-graph--pending) .js-plotly-plot".format(
177
chapter
178
)
179
- + '").layout.title.text'
+ + '").layout.title'
180
181
== value
182
),
0 commit comments