Skip to content

Commit 398983d

Browse files
authored
Merge pull request #7720 from plotly/fix-ci-feb-2026
Bump Chrome version in CI
2 parents 43b2bff + 5f7a139 commit 398983d

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
install_firefox: false
4545
install_geckodriver: false
4646
install_chrome: true
47-
chrome_version: "133.0.6943.126"
47+
chrome_version: "135.0.7049.95"
4848
- attach_workspace:
4949
at: ~/
5050
- run:
@@ -83,7 +83,7 @@ jobs:
8383
install_firefox: false
8484
install_geckodriver: false
8585
install_chrome: true
86-
chrome_version: "133.0.6943.126"
86+
chrome_version: "135.0.7049.95"
8787
- attach_workspace:
8888
at: ~/
8989
- run:
@@ -105,7 +105,7 @@ jobs:
105105
install_firefox: false
106106
install_geckodriver: false
107107
install_chrome: true
108-
chrome_version: "133.0.6943.126"
108+
chrome_version: "135.0.7049.95"
109109
- attach_workspace:
110110
at: ~/
111111
- run:
@@ -127,7 +127,7 @@ jobs:
127127
install_firefox: false
128128
install_geckodriver: false
129129
install_chrome: true
130-
chrome_version: "133.0.6943.126"
130+
chrome_version: "135.0.7049.95"
131131
- attach_workspace:
132132
at: ~/
133133
- run:
@@ -169,7 +169,7 @@ jobs:
169169
install_firefox: false
170170
install_geckodriver: false
171171
install_chrome: true
172-
chrome_version: "133.0.6943.126"
172+
chrome_version: "135.0.7049.95"
173173
- attach_workspace:
174174
at: ~/
175175
- run:
@@ -190,7 +190,7 @@ jobs:
190190
install_firefox: false
191191
install_geckodriver: false
192192
install_chrome: true
193-
chrome_version: "133.0.6943.126"
193+
chrome_version: "135.0.7049.95"
194194
- attach_workspace:
195195
at: ~/
196196
- run:

test/jasmine/tests/sankey_test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1454,6 +1454,7 @@ describe('sankey tests', function() {
14541454
positionAfterDrag = [positionBeforeDrag[0] + move[0], positionBeforeDrag[1] + move[1]];
14551455
return drag({node: node, dpos: move, nsteps: 10, timeDelay: 1000});
14561456
})
1457+
.then(delay(500))
14571458
.then(function() {
14581459
// Check that the node was really moved
14591460
nodes = document.getElementsByClassName('sankey-node');

0 commit comments

Comments
 (0)