Skip to content

Commit

Permalink
foobar
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfromme committed Jan 19, 2024
1 parent 06038c9 commit c1f3aa9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/spec/features/popup-menu/PopupMenuSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1260,6 +1260,11 @@ describe('features/popup-menu', function() {
};


afterEach(function() {
getDiagramJS().destroy();
});


describe('ranking', function() {

it('should hide rank < 0 items', inject(async function(popupMenu) {
Expand Down

0 comments on commit c1f3aa9

Please sign in to comment.