mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Security Solution] [Alerts] Fix close alerts test looking for rendered but hidden element instead of non existant (#167594)
This commit is contained in:
parent
788dae973a
commit
8768b9d9c6
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ export const closeAlerts = () => {
|
|||
cy.get(TAKE_ACTION_POPOVER_BTN).first().click();
|
||||
cy.get(TAKE_ACTION_POPOVER_BTN).should('be.visible');
|
||||
cy.get(CLOSE_SELECTED_ALERTS_BTN).click();
|
||||
cy.get(CLOSE_SELECTED_ALERTS_BTN).should('not.be.visible');
|
||||
cy.get(CLOSE_SELECTED_ALERTS_BTN).should('not.exist');
|
||||
};
|
||||
|
||||
export const expandFirstAlertActions = () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue