mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[EDR Workflows] Fix failing test regarding flyout issue in alerts (#172043)
This commit is contained in:
parent
f20e8357e3
commit
f085621576
1 changed files with 3 additions and 1 deletions
|
@ -65,10 +65,12 @@ describe('Alert Event Details - Cases', { tags: ['@ess', '@serverless'] }, () =>
|
|||
|
||||
it('runs osquery against alert and creates a new case', () => {
|
||||
const [caseName, caseDescription] = generateRandomStringName(2);
|
||||
cy.getBySel('expand-event').first().click({ force: true });
|
||||
cy.getBySel('expand-event').first().click();
|
||||
cy.getBySel('take-action-dropdown-btn').click();
|
||||
cy.getBySel('osquery-action-item').click();
|
||||
cy.contains(/^\d+ agen(t|ts) selected/);
|
||||
cy.getBySel('globalLoadingIndicator').should('not.exist');
|
||||
cy.wait(1000);
|
||||
cy.contains('Run a set of queries in a pack').click();
|
||||
cy.get(OSQUERY_FLYOUT_BODY_EDITOR).should('not.exist');
|
||||
cy.getBySel('globalLoadingIndicator').should('not.exist');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue