8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ee65b commit 385e671Copy full SHA for 385e671
test/jasmine/tests/modebar_test.js
@@ -1630,7 +1630,7 @@ describe('ModeBar', function() {
1630
]);
1631
})
1632
.then(function() {
1633
- expect(countButtons()).toBe(initial + 4);
+ expect(countButtons()).toBe(initial + 3);
1634
1635
return Plotly.relayout(gd, 'modebar.add', [
1636
'v1hovermode',
@@ -1642,7 +1642,7 @@ describe('ModeBar', function() {
1642
1643
1644
1645
- expect(countButtons()).toBe(initial + 5, 'skip duplicates');
+ expect(countButtons()).toBe(initial + 4, 'skip duplicates');
1646
1647
1648
'drawline',
0 commit comments