Skip to content

Commit

Permalink
fixes Overview test
Browse files Browse the repository at this point in the history
  • Loading branch information
MadameSheema committed Jul 15, 2020
1 parent 88756ca commit c85f85a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
"winlogbeatMWSysmonOperational": 30,
"__typename": "OverviewHostData"
},
"status": {
"indicesExist": true,
"indexFields": [],
"__typename": "SourceStatus"
},
"__typename": "Source"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { loginAndWaitForPage } from '../tasks/login';

import { OVERVIEW_URL } from '../urls/navigation';

describe.skip('Overview Page', () => {
describe('Overview Page', () => {
before(() => {
cy.stubSecurityApi('overview');
loginAndWaitForPage(OVERVIEW_URL);
Expand Down

0 comments on commit c85f85a

Please sign in to comment.