We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3105987 commit 2d81fdfCopy full SHA for 2d81fdf
test/jasmine/tests/sankey_test.js
@@ -1080,7 +1080,7 @@ describe('sankey tests', function() {
1080
1081
Plotly.newPlot(gd, mockCopy)
1082
.then(function() {
1083
- _hover(1000, 400);
+ _hover(200, 250);
1084
})
1085
1086
d3SelectAll('.sankey-link')
@@ -1090,7 +1090,7 @@ describe('sankey tests', function() {
1090
expect(l.style.fillOpacity).toEqual('0.4');
1091
});
1092
}).then(function() {
1093
- mouseEvent('mouseout', 1000, 400);
+ mouseEvent('mouseout', 200, 250);
1094
1095
1096
.filter(function(obj) {
0 commit comments