Skip to content

Commit

Permalink
[Lens][Security Solutions] Restore cypress tests (elastic#206025)
Browse files Browse the repository at this point in the history
## Summary

Fixes elastic#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
  • Loading branch information
dej611 authored Jan 10, 2025
1 parent 41950c2 commit 6e3c967
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6e3c967

Please sign in to comment.