Skip to content

Commit

Permalink
add click outside input to fix tooltip blocking the searchbox
Browse files Browse the repository at this point in the history
  • Loading branch information
js-jankisalvi committed Jun 28, 2024
1 parent 9a8b629 commit db94f1c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export const attachTimeline = (newCase: TestCase) => {
cy.get('body').type('{esc}');
cy.get(INSERT_TIMELINE_BTN).click();
cy.get(LOADING_INDICATOR).should('not.exist');
cy.get('[data-test-subj="selectable-input"]').click();
cy.get(TIMELINE_SEARCHBOX).should('exist');
cy.get(TIMELINE_SEARCHBOX).should('be.visible');

Expand Down

0 comments on commit db94f1c

Please sign in to comment.