Skip to content

Commit

Permalink
Merge pull request #3091 from plotly/fix/ci-browsers
Browse files Browse the repository at this point in the history
Fix browser failure in table-visual-test
  • Loading branch information
T4rk1n authored Nov 22, 2024
2 parents 1845a61 + 856905b commit 2094f4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ jobs:
table-visual-test:
working_directory: ~/dash/components/dash-table
docker:
- image: cimg/node:16.13-browsers
- image: cimg/node:lts-browsers
environment:
PERCY_TOKEN: $PERCY_TOKEN_TABLE

Expand All @@ -551,7 +551,6 @@ jobs:
- restore_cache:
key: dep-{{ .Branch }}-{{ checksum "package-lock.json" }}-{{ checksum "package.json" }}
- browser-tools/install-browser-tools:
chrome-version: 120.0.6099.71
install-firefox: false
install-geckodriver: false
- run:
Expand Down

0 comments on commit 2094f4a

Please sign in to comment.