Skip to content

Commit 073650c

Browse files
committedNov 14, 2022
Removed fit test
1 parent 0c0eace commit 073650c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/jasmine/tests/hover_label_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2641,7 +2641,7 @@ describe('Hover on multicategory axes', function() {
26412641
.then(done, done.fail);
26422642
});
26432643

2644-
fit('should work with series', function(done) {
2644+
it('should work with series', function(done) {
26452645
var fig = Lib.extendDeep({}, require('@mocks/zz-multicategory_series.json'));
26462646
fig.data = [fig.data[0]];
26472647
fig.layout.width = 500;

0 commit comments

Comments
 (0)