elastic / kibana

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

Failing test: Security Solution Cypress.x-pack/test/security_solution_cypress/cypress/e2e/investigations/alerts/ransomware_prevention·cy·ts - Ransomware Prevention Alerts Ransomware in Timelines Renders ransomware entries in timelines table Renders ransomware entries in timelines table #170310

Closed kibanamachine closed 9 months ago

kibanamachine commented 11 months ago

A test failed on a tracked branch

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

`<textarea class="euiTextArea euiTextArea--resizeVertical euiTextArea--fullWidth kbnQueryBar__textarea kbnQueryBar__textarea--withIcon kbnQueryBar__textarea--isClearable" autocomplete="off" spellcheck="false" aria-label="Start typing to search and filter the Security page" aria-autocomplete="list" role="textbox" data-test-subj="timelineQueryInput" rows="1" id="i7c9f11b1-78b4-11ee-8acf-7588e2fe1e2e" placeholder="Filter your data using KQL syntax"></textarea>`

This element `<textarea#i7c9f11b1-78b4-11ee-8acf-7588e2fe1e2e.euiTextArea.euiTextArea--resizeVertical.euiTextArea--fullWidth.kbnQueryBar__textarea.kbnQueryBar__textarea--withIcon.kbnQueryBar__textarea--isClearable>` is not visible because its parent `<div._StyledDiv-sc-1gsoud4-0.fzKnXL>` 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 Context.eval (webpack:///./e2e/investigations/alerts/ransomware_prevention.cy.ts:66:29)

First failure: CI Build - main

PhilippeOberti commented 9 months ago

Skipping in this PR