Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 23ee65b

Browse filesBrowse files
committed
test for Pr 5879
1 parent dcdfd82 commit 23ee65b
Copy full SHA for 23ee65b

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎test/jasmine/tests/modebar_test.js

Copy file name to clipboardExpand all lines: test/jasmine/tests/modebar_test.js
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.