From b3a7460ec2fbd322bb5903a5098f7b4c42458f86 Mon Sep 17 00:00:00 2001 From: "konrad.szwarc" Date: Thu, 20 Apr 2023 12:13:46 +0200 Subject: [PATCH] cleanup --- .../public/management/cypress/e2e/mocked_data/isolate.cy.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/x-pack/plugins/security_solution/public/management/cypress/e2e/mocked_data/isolate.cy.ts b/x-pack/plugins/security_solution/public/management/cypress/e2e/mocked_data/isolate.cy.ts index 058e8e1169669..c06a839bd7d6f 100644 --- a/x-pack/plugins/security_solution/public/management/cypress/e2e/mocked_data/isolate.cy.ts +++ b/x-pack/plugins/security_solution/public/management/cypress/e2e/mocked_data/isolate.cy.ts @@ -128,9 +128,6 @@ describe('Isolate command', () => { cy.visit('/app/security/alerts'); closeAllToasts(); - // cy.getByTestSubj('filters-global-container').within(() => { - // cy.getByTestSubj('queryInput').click().type(`_id:${alertId} {enter}`); - // }); cy.getByTestSubj('alertsTable').within(() => { cy.getByTestSubj('expand-event') .first()