From 6e3c967285a4bf06b0effd4126fa9a7e65341fc0 Mon Sep 17 00:00:00 2001 From: Marco Liberati Date: Fri, 10 Jan 2025 10:52:36 +0100 Subject: [PATCH] [Lens][Security Solutions] Restore cypress tests (#206025) ## Summary Fixes #198756 ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios --- .../cypress/e2e/investigations/alerts/alerts_charts.cy.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/test/security_solution_cypress/cypress/e2e/investigations/alerts/alerts_charts.cy.ts b/x-pack/test/security_solution_cypress/cypress/e2e/investigations/alerts/alerts_charts.cy.ts index 53db62751ebde..509ba40e57fc3 100644 --- a/x-pack/test/security_solution_cypress/cypress/e2e/investigations/alerts/alerts_charts.cy.ts +++ b/x-pack/test/security_solution_cypress/cypress/e2e/investigations/alerts/alerts_charts.cy.ts @@ -103,8 +103,7 @@ describe('KPI visualizations in Alerts Page', { tags: ['@ess', '@serverless'] }, }); }); - // For some reason this suite is failing in CI while I cannot reproduce it locally - context.skip('Histogram legend hover actions', () => { + context('Histogram legend hover actions', () => { it('should should add a filter in to KQL bar', () => { selectAlertsHistogram(); const expectedNumberOfAlerts = 1;