Skip to content

Commit bf3416d

Browse files
committed
complete remove test
1 parent 2056773 commit bf3416d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/jasmine/tests/modebar_test.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1721,6 +1721,9 @@ describe('ModeBar', function() {
17211721
'toimage',
17221722
].join('+'));
17231723
})
1724+
.then(function() {
1725+
expect(countButtons()).toBe(initial - 9);
1726+
})
17241727
.then(done, done.fail);
17251728
});
17261729
});

0 commit comments

Comments
 (0)