Skip to content

Commit 2d81fdf

Browse files
committed
Change target node in test
1 parent 3105987 commit 2d81fdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jasmine/tests/sankey_test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ describe('sankey tests', function() {
10801080

10811081
Plotly.newPlot(gd, mockCopy)
10821082
.then(function() {
1083-
_hover(1000, 400);
1083+
_hover(200, 250);
10841084
})
10851085
.then(function() {
10861086
d3SelectAll('.sankey-link')
@@ -1090,7 +1090,7 @@ describe('sankey tests', function() {
10901090
expect(l.style.fillOpacity).toEqual('0.4');
10911091
});
10921092
}).then(function() {
1093-
mouseEvent('mouseout', 1000, 400);
1093+
mouseEvent('mouseout', 200, 250);
10941094
}).then(function() {
10951095
d3SelectAll('.sankey-link')
10961096
.filter(function(obj) {

0 commit comments

Comments
 (0)