elastic / kibana

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

Failing test: Security Solution Cypress.x-pack/test/security_solution_cypress/cypress/e2e/detection_response/detection_engine/rule_edit/indicator_match_rule·cy·ts - Detection rules, Indicator Match, Edit without suppression enables suppression on time interval enables suppression on time interval #196711

Open kibanamachine opened 2 days ago

kibanamachine commented 2 days ago

A test failed on a tracked branch

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

`<input type="number" id="i9fc0c7e1-8c92-11ef-8f0f-e72092920c96" min="1" max="9007199254740991" step="any" class="euiFieldNumber css-5c3crt-euiFieldNumber-inGroup" data-test-subj="alertSuppressionDurationInput" disabled="" value="5">`

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

https://on.cypress.io/element-cannot-be-interacted-with
    at Object.isNotDisabled (http://localhost:5655/__cypress/runner/cypress_runner.js:145125:58)
    at runAllChecks (http://localhost:5655/__cypress/runner/cypress_runner.js:112282:26)
    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 setAlertSuppressionDuration (webpack:///./tasks/create_new_rule.ts:954:51)
    at Context.eval (webpack:///./e2e/detection_response/detection_engine/rule_edit/indicator_match_rule.cy.ts:72:36)

First failure: kibana-elasticsearch-serverless-verify-and-promote - main

kibanamachine commented 2 days ago

New failure: kibana-elasticsearch-serverless-verify-and-promote - main

elasticmachine commented 2 days ago

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