mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[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:
parent
41950c22df
commit
6e3c967285
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue