Skip to content

Commit

Permalink
Merge branch '7.12' into backport/7.12/pr-93721
Browse files Browse the repository at this point in the history
  • Loading branch information
MadameSheema authored Mar 10, 2021
2 parents bc3a16f + d411c38 commit f395f22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x-pack/plugins/security_solution/cypress/tasks/timeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ export const closeTimeline = () => {

export const createNewTimeline = () => {
cy.get(TIMELINE_SETTINGS_ICON).filter(':visible').click({ force: true });
cy.get(CREATE_NEW_TIMELINE).should('be.visible');
cy.get(CREATE_NEW_TIMELINE).click();
};

Expand Down

0 comments on commit f395f22

Please sign in to comment.