Skip to content

Commit

Permalink
cypress cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
yctercero committed Aug 28, 2023
1 parent d391c63 commit 362cd46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe('Alert details flyout', { tags: ['@ess', '@serverless'] }, () => {
});

after(() => {
cy.task('esArchiverUnload', { archiveName: 'unmapped_fields' });
cy.task('esArchiverUnload', 'unmapped_fields');
});

it('should display user and system defined highlighted fields', () => {
Expand Down

0 comments on commit 362cd46

Please sign in to comment.