mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
unskipping entity analytics tests (#170712)
This commit is contained in:
parent
9be7fb0d87
commit
936a1a40ac
1 changed files with 1 additions and 2 deletions
|
@ -169,8 +169,7 @@ describe('Entity Analytics Dashboard', { tags: ['@ess', '@serverless'] }, () =>
|
|||
cy.get(HOSTS_TABLE_ALERT_CELL).should('have.length', 5);
|
||||
});
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/168490
|
||||
it.skip('filters by risk level', () => {
|
||||
it('filters by risk level', () => {
|
||||
openRiskTableFilterAndSelectTheLowOption();
|
||||
|
||||
cy.get(HOSTS_DONUT_CHART).should('include.text', '1Total');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue