mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Security Solution] Unskip Overview cypress tests (#82782)
This commit is contained in:
parent
2287376aeb
commit
26f79a6a29
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue