Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Security Solution] [Flaky] /x-pack/plugins/security_solution/cypress/e2e/rule_details_flow/add_edit_exception_data_view.cy.ts/Add exception using data views from rule details -- Creates an exception item from alert actions overflow menu #153759

Open
MadameSheema opened this issue Mar 27, 2023 · 2 comments
Labels
Team:Detections and Resp Security Detection Response Team Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. test-failure-flaky

Comments

@MadameSheema
Copy link
Member

1) Add exception using data views from rule details
--
  | proc [cypress]        Creates an exception item from alert actions overflow menu:
  | proc [cypress]      CypressError: Timed out retrying after 150000ms: `cy.type()` failed because the page updated while this command was executing. Cypress tried to locate elements based on this query:
  | proc [cypress]
  | proc [cypress] > <div.euiComboBox__inputWrap.euiComboBox__inputWrap--fullWidth.euiComboBox__inputWrap--noWrap>
  | proc [cypress]
  | proc [cypress] We initially found matching element(s), but while waiting for them to become actionable, they disappeared from the page. Common situations why this happens:
  | proc [cypress]   - Your JS framework re-rendered asynchronously
  | proc [cypress]   - Your app code reacted to an event firing and removed the element
  | proc [cypress]
  | proc [cypress] You can typically solve this by breaking up a chain. For example, rewrite:
  | proc [cypress]
  | proc [cypress] > `cy.get('button').click().click()`
  | proc [cypress]
  | proc [cypress] to
  | proc [cypress]
  | proc [cypress] > `cy.get('button').as('btn').click()`
  | proc [cypress] > `cy.get('@btn').click()`

Add exception using data views from rule details -- Creates an exception item from alert actions overflow menu (failed) (attempt 3)

@MadameSheema MadameSheema added test-failure-flaky Team:Detections and Resp Security Detection Response Team Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. labels Mar 27, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/security-detections-response (Team:Detections and Resp)

@elasticmachine
Copy link
Contributor

Pinging @elastic/security-solution (Team: SecuritySolution)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Detections and Resp Security Detection Response Team Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. test-failure-flaky
Projects
None yet
Development

No branches or pull requests

2 participants