Skip to content

Commit 1c925de

Browse files
fix cypress
1 parent 77148ca commit 1c925de

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

x-pack/plugins/security_solution/cypress/integration/overview.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ describe('Overview Page', () => {
3838
describe('with no data', () => {
3939
it('Splash screen should be here', () => {
4040
cy.stubSearchStrategyApi(emptyInstance, undefined, 'securitySolutionIndexFields');
41+
loginAndWaitForPage(OVERVIEW_URL);
4142
cy.get(OVERVIEW_EMPTY_PAGE).should('be.visible');
4243
});
4344
});

0 commit comments

Comments
 (0)