Skip to content

Commit

Permalink
Harden flaky Security Cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed May 11, 2023
1 parent 041b5c0 commit 2ba2c6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe('timeline flyout button', () => {
.pipe(($el) => $el.trigger('focus'))
.should('have.focus');
cy.get(TIMELINE_SETTINGS_ICON).filter(':visible').type('{esc}');
cy.get(CREATE_NEW_TIMELINE).should('not.be.visible');
cy.get(CREATE_NEW_TIMELINE).should('not.exist');
});

it('should render the global search dropdown when the input is focused', () => {
Expand Down

0 comments on commit 2ba2c6f

Please sign in to comment.