Skip to content

Commit 5906ac9

Browse files
committed
Fix cblp & don't install firefox
1 parent 3114e90 commit 5906ac9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ jobs:
110110
key: dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requirements-all.txt" }}
111111
- browser-tools/install-browser-tools:
112112
chrome-version: 120.0.6099.71
113+
install-firefox: false
114+
install-geckodriver: false
113115
- run:
114116
name: ️️🏗️ pip dev requirements
115117
command: |

tests/integration/callbacks/test_layout_paths_with_callbacks.py

Lines changed: 1 addition & 1 deletion
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.text'
179+
+ '").layout.title'
180180
)
181181
== value
182182
),

0 commit comments

Comments
 (0)