Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Oct 6, 2022. It is now read-only.

Commit 96767d8

Browse files
committed
Add assertion to test
1 parent 4b6fe4e commit 96767d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/jasmine/tests/hover_label_test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1320,5 +1320,7 @@ describe('ohlc hover interactions', function() {
13201320
it('should not fail in appendArrayPointValue', function() {
13211321
Plotly.plot(this.gd, data);
13221322
mouseEvent('mousemove', 203, 213);
1323+
1324+
expect(d3.select('.hovertext').size()).toBe(1);
13231325
});
13241326
});

0 commit comments

Comments
 (0)