elastic / kibana

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

Failing test: Security Solution Cypress.x-pack/plugins/security_solution/public/management/cypress/e2e/artifacts/artifacts_mocked_data·cy·ts - Artifacts pages When on the Trusted applications entries list write - should create new Trusted applications entry write - should create new Trusted applications entry #183715

Open kibanamachine opened 1 month ago

kibanamachine commented 1 month ago

A test failed on a tracked branch

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

`<button disabled="" type="button" class="euiButton css-w1npzt-euiButtonDisplay-m-defaultMinWidth-isDisabled-fill-disabled" data-test-subj="trustedAppsListPage-flyout-submitButton">...</button>`

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:5641/__cypress/runner/cypress_runner.js:145099:58)
    at runAllChecks (http://localhost:5641/__cypress/runner/cypress_runner.js:112261:26)
    at retryActionability (http://localhost:5641/__cypress/runner/cypress_runner.js:112350:16)
    at tryCatcher (http://localhost:5641/__cypress/runner/cypress_runner.js:1807:23)
    at Promise.attempt.Promise.try (http://localhost:5641/__cypress/runner/cypress_runner.js:4315:29)
    at whenStable (http://localhost:5641/__cypress/runner/cypress_runner.js:143892:68)
    at <unknown> (http://localhost:5641/__cypress/runner/cypress_runner.js:143833:14)
    at tryCatcher (http://localhost:5641/__cypress/runner/cypress_runner.js:1807:23)
    at Promise._settlePromiseFromHandler (http://localhost:5641/__cypress/runner/cypress_runner.js:1519:31)
    at Promise._settlePromise (http://localhost:5641/__cypress/runner/cypress_runner.js:1576:18)
    at Promise._settlePromise0 (http://localhost:5641/__cypress/runner/cypress_runner.js:1621:10)
    at Promise._settlePromises (http://localhost:5641/__cypress/runner/cypress_runner.js:1701:18)
    at Promise._fulfill (http://localhost:5641/__cypress/runner/cypress_runner.js:1645:18)
    at <unknown> (http://localhost:5641/__cypress/runner/cypress_runner.js:5450:46)
From Your Spec Code:
    at Context.eval (webpack:///./e2e/artifacts/artifacts_mocked_data.cy.ts:90:71)

First failure: kibana-on-merge - main

elasticmachine commented 1 month ago

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