Skip to content

Commit

Permalink
remove duplicate createTimelineOptionsPopoverBottomBar
Browse files Browse the repository at this point in the history
  • Loading branch information
janmonschke committed Jan 16, 2024
1 parent ed5f911 commit 7000490
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions x-pack/test/security_solution_cypress/cypress/tasks/timeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -354,18 +354,6 @@ export const createTimelineOptionsPopoverBottomBar = () => {
cy.get(CREATE_NEW_TIMELINE).eq(0).click();
};

export const createTimelineOptionsPopoverBottomBar = () => {
recurse(
() => {
cy.get(TIMELINE_SETTINGS_ICON).filter(':visible').should('be.visible').click();
return cy.get(CREATE_NEW_TIMELINE).eq(0);
},
(sub) => sub.is(':visible')
);

cy.get(CREATE_NEW_TIMELINE).eq(0).should('be.visible').click();
};

export const createTimelineTemplateOptionsPopoverBottomBar = () => {
recurse(
() => {
Expand Down

0 comments on commit 7000490

Please sign in to comment.