Skip to content

Commit 23ee65b

Browse files
committed
test for Pr 5879
1 parent dcdfd82 commit 23ee65b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jasmine/tests/modebar_test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1630,7 +1630,7 @@ describe('ModeBar', function() {
16301630
]);
16311631
})
16321632
.then(function() {
1633-
expect(countButtons()).toBe(initial + 3);
1633+
expect(countButtons()).toBe(initial + 4);
16341634

16351635
return Plotly.relayout(gd, 'modebar.add', [
16361636
'v1hovermode',
@@ -1642,7 +1642,7 @@ describe('ModeBar', function() {
16421642
]);
16431643
})
16441644
.then(function() {
1645-
expect(countButtons()).toBe(initial + 4, 'skip duplicates');
1645+
expect(countButtons()).toBe(initial + 5, 'skip duplicates');
16461646

16471647
return Plotly.relayout(gd, 'modebar.add', [
16481648
'drawline',

0 commit comments

Comments
 (0)