Skip to content

Commit

Permalink
fixes failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MadameSheema committed Sep 15, 2020
1 parent 1361761 commit 4e08f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/security_solution/cypress/tasks/login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,6 @@ export const loginAndWaitForTimeline = (timelineId: string) => {
login();
cy.viewport('macbook-15');
cy.visit(`/app/security/timelines?timeline=(id:'${timelineId}',isOpen:!t)`);
cy.get('#headerGlobalNav');
cy.get('[data-test-subj="headerGlobalNav"]');
cy.get(TIMELINE_FLYOUT_BODY).should('be.visible');
};

0 comments on commit 4e08f57

Please sign in to comment.