Thanks to visit codestin.com Credit goes to github.com
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 dcdfd82 commit 23ee65bCopy full SHA for 23ee65b
test/jasmine/tests/modebar_test.js
@@ -1630,7 +1630,7 @@ describe('ModeBar', function() {
1630
]);
1631
})
1632
.then(function() {
1633
- expect(countButtons()).toBe(initial + 3);
+ expect(countButtons()).toBe(initial + 4);
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 + 4, 'skip duplicates');
+ expect(countButtons()).toBe(initial + 5, 'skip duplicates');
1646
1647
1648
'drawline',
0 commit comments