From 362cd469f1f97c59ab26203cad98487082b83877 Mon Sep 17 00:00:00 2001 From: Yara Tercero Date: Mon, 28 Aug 2023 12:26:54 -0700 Subject: [PATCH] cypress cleanup --- .../cypress/e2e/investigations/alerts/alerts_details.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/test/security_solution_cypress/cypress/e2e/investigations/alerts/alerts_details.cy.ts b/x-pack/test/security_solution_cypress/cypress/e2e/investigations/alerts/alerts_details.cy.ts index 67a4471dbe919..8f861869159c4 100644 --- a/x-pack/test/security_solution_cypress/cypress/e2e/investigations/alerts/alerts_details.cy.ts +++ b/x-pack/test/security_solution_cypress/cypress/e2e/investigations/alerts/alerts_details.cy.ts @@ -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', () => {