Skip to content

Commit 528801a

Browse files
committed
adjust test
1 parent 585ddbd commit 528801a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jasmine/tests/hover_label_test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5433,14 +5433,14 @@ describe('hovermode: (x|y)unified', function() {
54335433
}
54345434
})
54355435
.then(function(gd) {
5436-
_hover(gd, { xpx: 50, ypx: 200 });
5436+
_hover(gd, { xpx: 100, ypx: 200 });
54375437
assertLabel({title: 'Jan', items: [
54385438
'bar : 1',
54395439
'one : 1',
54405440
'two : 1',
54415441
]});
54425442

5443-
_hover(gd, { xpx: 350, ypx: 200 });
5443+
_hover(gd, { xpx: 300, ypx: 200 });
54445444
assertLabel({title: 'Feb', items: [
54455445
'bar : 2',
54465446
'one : 2',

0 commit comments

Comments
 (0)