Skip to content

Commit

Permalink
Fix cy
Browse files Browse the repository at this point in the history
  • Loading branch information
machadoum committed Apr 25, 2023
1 parent 9981451 commit 36154cb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,10 @@ describe('Entity Analytics Dashboard', () => {
esArchiverLoad('network');
});

after(() => {
esArchiverUnload('network');
});

beforeEach(() => {
visit(ENTITY_ANALYTICS_URL);
});
Expand Down

0 comments on commit 36154cb

Please sign in to comment.