Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
install_firefox: false
install_geckodriver: false
install_chrome: true
chrome_version: "133.0.6943.126"
chrome_version: "135.0.7049.95"
- attach_workspace:
at: ~/
- run:
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
install_firefox: false
install_geckodriver: false
install_chrome: true
chrome_version: "133.0.6943.126"
chrome_version: "135.0.7049.95"
- attach_workspace:
at: ~/
- run:
Expand All @@ -105,7 +105,7 @@ jobs:
install_firefox: false
install_geckodriver: false
install_chrome: true
chrome_version: "133.0.6943.126"
chrome_version: "135.0.7049.95"
- attach_workspace:
at: ~/
- run:
Expand All @@ -127,7 +127,7 @@ jobs:
install_firefox: false
install_geckodriver: false
install_chrome: true
chrome_version: "133.0.6943.126"
chrome_version: "135.0.7049.95"
- attach_workspace:
at: ~/
- run:
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
install_firefox: false
install_geckodriver: false
install_chrome: true
chrome_version: "133.0.6943.126"
chrome_version: "135.0.7049.95"
- attach_workspace:
at: ~/
- run:
Expand All @@ -190,7 +190,7 @@ jobs:
install_firefox: false
install_geckodriver: false
install_chrome: true
chrome_version: "133.0.6943.126"
chrome_version: "135.0.7049.95"
- attach_workspace:
at: ~/
- run:
Expand Down
1 change: 1 addition & 0 deletions test/jasmine/tests/sankey_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1454,6 +1454,7 @@ describe('sankey tests', function() {
positionAfterDrag = [positionBeforeDrag[0] + move[0], positionBeforeDrag[1] + move[1]];
return drag({node: node, dpos: move, nsteps: 10, timeDelay: 1000});
})
.then(delay(500))
.then(function() {
// Check that the node was really moved
nodes = document.getElementsByClassName('sankey-node');
Expand Down