[Security Solution] Unskip Overview cypress tests (#82782)

This commit is contained in:
Patryk Kopyciński 2020-11-06 00:30:47 +01:00 committed by GitHub
parent 2287376aeb
commit 26f79a6a29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,8 +11,7 @@ import { loginAndWaitForPage } from '../tasks/login';
import { OVERVIEW_URL } from '../urls/navigation';
// Failing: See https://github.com/elastic/kibana/issues/81848
describe.skip('Overview Page', () => {
describe('Overview Page', () => {
it('Host stats render with correct values', () => {
cy.stubSearchStrategyApi('overview_search_strategy');
loginAndWaitForPage(OVERVIEW_URL);