elastic / kibana

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

Failing test: Security Solution Cypress.x-pack/plugins/security_solution/public/management/cypress/e2e/response_actions/cases_response_console·cy·ts - Response console From Cases should open responder should open responder #171187

Open kibanamachine opened 11 months ago

kibanamachine commented 11 months ago

A test failed on a tracked branch

CypressError: Timed out retrying after 60050ms: `cy.click()` failed because this element is not visible:

`<button type="button" class="euiButton euiSuperUpdateButton css-70ugcw-euiButtonDisplay-m-base-primary" aria-label="Refresh query" data-test-subj="querySubmitButton" style="min-inline-size: 118px;">...</button>`

This element `<button.euiButton.euiSuperUpdateButton.css-70ugcw-euiButtonDisplay-m-base-primary>` is not visible because its parent `<div.HideShowContainer-sc-1ib7jds-0.duDOuS>` has CSS property: `display: none`

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

https://on.cypress.io/element-cannot-be-interacted-with
    at runVisibilityCheck (http://localhost:5658/__cypress/runner/cypress_runner.js:145086:58)
    at Object.isStrictlyVisible (http://localhost:5658/__cypress/runner/cypress_runner.js:145100:10)
    at runAllChecks (http://localhost:5658/__cypress/runner/cypress_runner.js:112037:26)
    at retryActionability (http://localhost:5658/__cypress/runner/cypress_runner.js:112105:16)
    at tryCatcher (http://localhost:5658/__cypress/runner/cypress_runner.js:1807:23)
    at Promise.attempt.Promise.try (http://localhost:5658/__cypress/runner/cypress_runner.js:4315:29)
    at whenStable (http://localhost:5658/__cypress/runner/cypress_runner.js:143908:68)
    at <unknown> (http://localhost:5658/__cypress/runner/cypress_runner.js:143849:14)
    at tryCatcher (http://localhost:5658/__cypress/runner/cypress_runner.js:1807:23)
    at Promise._settlePromiseFromHandler (http://localhost:5658/__cypress/runner/cypress_runner.js:1519:31)
    at Promise._settlePromise (http://localhost:5658/__cypress/runner/cypress_runner.js:1576:18)
    at Promise._settlePromise0 (http://localhost:5658/__cypress/runner/cypress_runner.js:1621:10)
    at Promise._settlePromises (http://localhost:5658/__cypress/runner/cypress_runner.js:1701:18)
    at Promise._fulfill (http://localhost:5658/__cypress/runner/cypress_runner.js:1645:18)
    at <unknown> (http://localhost:5658/__cypress/runner/cypress_runner.js:5450:46)
From Your Spec Code:
    at clickAlertListRefreshButton (webpack:///./screens/alerts.ts:16:48)
    at cy.waitUntil.timeout.timeout (webpack:///./screens/alerts.ts:30:8)
    at evaluate (webpack:///./support/e2e.ts:84:21)
    at Context.eval (webpack:///./support/e2e.ts:98:11)

First failure: CI Build - main

elasticmachine commented 11 months ago

Pinging @elastic/security-defend-workflows (Team:Defend Workflows)

elasticmachine commented 10 months ago

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