unskipping entity analytics tests (#170712)

This commit is contained in:
Gloria Hornero 2023-11-20 19:39:57 +01:00 committed by GitHub
parent 9be7fb0d87
commit 936a1a40ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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