[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
This commit is contained in:
Marco Liberati 2025-01-10 10:52:36 +01:00 committed by GitHub
parent 41950c22df
commit 6e3c967285
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;