Skip to content

Commit

Permalink
Revert "test for Pr 5879"
Browse files Browse the repository at this point in the history
This reverts commit 23ee65b.
  • Loading branch information
archmoj committed Jul 15, 2024
1 parent 23ee65b commit 385e671
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/jasmine/tests/modebar_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1630,7 +1630,7 @@ describe('ModeBar', function() {
]);
})
.then(function() {
expect(countButtons()).toBe(initial + 4);
expect(countButtons()).toBe(initial + 3);

return Plotly.relayout(gd, 'modebar.add', [
'v1hovermode',
Expand All @@ -1642,7 +1642,7 @@ describe('ModeBar', function() {
]);
})
.then(function() {
expect(countButtons()).toBe(initial + 5, 'skip duplicates');
expect(countButtons()).toBe(initial + 4, 'skip duplicates');

return Plotly.relayout(gd, 'modebar.add', [
'drawline',
Expand Down

0 comments on commit 385e671

Please sign in to comment.