elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.61k stars 8.21k forks source link

Failing test: Security Solution Cypress.x-pack/test/security_solution_cypress/cypress/e2e/detection_response/detection_engine/detection_alerts/assignments/assignments·cy·ts - Alert user assignment - ESS & Serverless Alerts filtering by assignee and alert status by assignee and alert status #183787

Open kibanamachine opened 5 months ago

kibanamachine commented 5 months ago

A test failed on a tracked branch

CypressError: Timed out retrying after 150000ms: `cy.type()` failed because this element:

`<input type="search" id="searchInput_04485b13-1498-11ef-a6b5-bfb46bef80ff" placeholder="Search users" class="euiFieldSearch euiFieldSearch--fullWidth euiSelectableSearch" autocomplete="off" aria-haspopup="listbox" aria-describedby="i08564230-1498-11ef-a6b5-bfb46bef80ff_instructions" aria-activedescendant="" aria-label="Filter options" value="" data-autofocus="true" role="combobox" aria-autocomplete="list" aria-expanded="true" aria-controls="i08564230-1498-11ef-a6b5-bfb46bef80ff_listbox" aria-owns="i08564230-1498-11ef-a6b5-bfb46bef80ff_listbox">`

is being covered by another element:

`<div>Filter ...</div>`

Fix this problem, or use {force: true} to disable error checking.

https://on.cypress.io/element-cannot-be-interacted-with
    at ensureIsDescendent (http://localhost:5655/__cypress/runner/cypress_runner.js:111947:68)
    at ensureDescendents (http://localhost:5655/__cypress/runner/cypress_runner.js:111998:5)
    at ensureDescendentsAndScroll (http://localhost:5655/__cypress/runner/cypress_runner.js:112004:14)
    at ensureElIsNotCovered (http://localhost:5655/__cypress/runner/cypress_runner.js:112135:5)
    at runAllChecks (http://localhost:5655/__cypress/runner/cypress_runner.js:112334:52)
    at retryActionability (http://localhost:5655/__cypress/runner/cypress_runner.js:112371:16)
    at tryCatcher (http://localhost:5655/__cypress/runner/cypress_runner.js:1807:23)
    at Promise.attempt.Promise.try (http://localhost:5655/__cypress/runner/cypress_runner.js:4315:29)
    at whenStable (http://localhost:5655/__cypress/runner/cypress_runner.js:143918:68)
    at <unknown> (http://localhost:5655/__cypress/runner/cypress_runner.js:143859:14)
    at tryCatcher (http://localhost:5655/__cypress/runner/cypress_runner.js:1807:23)
    at Promise._settlePromiseFromHandler (http://localhost:5655/__cypress/runner/cypress_runner.js:1519:31)
    at Promise._settlePromise (http://localhost:5655/__cypress/runner/cypress_runner.js:1576:18)
    at Promise._settlePromise0 (http://localhost:5655/__cypress/runner/cypress_runner.js:1621:10)
    at Promise._settlePromises (http://localhost:5655/__cypress/runner/cypress_runner.js:1701:18)
    at Promise._fulfill (http://localhost:5655/__cypress/runner/cypress_runner.js:1645:18)
    at <unknown> (http://localhost:5655/__cypress/runner/cypress_runner.js:5450:46)
From Your Spec Code:
    at Context.eval (webpack:///./tasks/alert_assignments.ts:158:20)

First failure: kibana-on-merge - main

kibanamachine commented 5 months ago

New failure: kibana-on-merge - main

elasticmachine commented 5 months ago

Pinging @elastic/security-detection-engine (Team:Detection Engine)

yctercero commented 5 months ago

@e40pud could we take another look at these tests? See if any can be moved to FTR/unit tests. @maximpn also started using a different methodology of testing out that we could look to try out with this feature. These seem to be popping up as flake often.

mistic commented 5 months ago

Skipped.

main: b4e8630