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()