Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing test: Security Solution Cypress.x-pack/test/security_solution_cypress/cypress/e2e/entity_analytics/asset_criticality/host_flyout·cy·ts - Host details flyout Host flyout should update asset criticality state should update asset criticality state #173991

Closed
kibanamachine opened this issue Dec 27, 2023 · 7 comments
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Team:Entity Analytics Security Entity Analytics Team Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.

Comments

@kibanamachine
Copy link
Contributor

kibanamachine commented Dec 27, 2023

A test failed on a tracked branch

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

`<button class="euiButtonEmpty css-1dd27w9-euiButtonDisplay-euiButtonEmpty-m-empty-primary-flush-right" type="button" data-test-subj="asset-criticality-change-btn">...</button>`

is being covered by another element:

`<div class="euiFlyoutBody__overflowContent">...</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:5638/__cypress/runner/cypress_runner.js:111681:68)
    at ensureDescendents (http://localhost:5638/__cypress/runner/cypress_runner.js:111732:5)
    at ensureDescendentsAndScroll (http://localhost:5638/__cypress/runner/cypress_runner.js:111738:14)
    at ensureElIsNotCovered (http://localhost:5638/__cypress/runner/cypress_runner.js:111869:5)
    at runAllChecks (http://localhost:5638/__cypress/runner/cypress_runner.js:112068:52)
    at retryActionability (http://localhost:5638/__cypress/runner/cypress_runner.js:112105:16)
    at tryCatcher (http://localhost:5638/__cypress/runner/cypress_runner.js:1807:23)
    at Promise.attempt.Promise.try (http://localhost:5638/__cypress/runner/cypress_runner.js:4315:29)
    at whenStable (http://localhost:5638/__cypress/runner/cypress_runner.js:143908:68)
    at <unknown> (http://localhost:5638/__cypress/runner/cypress_runner.js:143849:14)
    at tryCatcher (http://localhost:5638/__cypress/runner/cypress_runner.js:1807:23)
    at Promise._settlePromiseFromHandler (http://localhost:5638/__cypress/runner/cypress_runner.js:1519:31)
    at Promise._settlePromise (http://localhost:5638/__cypress/runner/cypress_runner.js:1576:18)
    at Promise._settlePromise0 (http://localhost:5638/__cypress/runner/cypress_runner.js:1621:10)
    at Promise._settlePromises (http://localhost:5638/__cypress/runner/cypress_runner.js:1701:18)
    at Promise._fulfill (http://localhost:5638/__cypress/runner/cypress_runner.js:1645:18)
    at <unknown> (http://localhost:5638/__cypress/runner/cypress_runner.js:5450:46)
From Your Spec Code:
    at toggleAssetCriticalityModal (webpack:///./tasks/asset_criticality/common.ts:44:55)
    at selectAssetCriticalityLevel (webpack:///./tasks/asset_criticality/common.ts:52:2)
    at Context.eval (webpack:///./e2e/entity_analytics/asset_criticality/host_flyout.cy.ts:87:36)

First failure: CI Build - main

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Dec 27, 2023
@botelastic botelastic bot added the needs-team Issues missing a team label label Dec 27, 2023
@MadameSheema MadameSheema added Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. Team:Entity Analytics Security Entity Analytics Team and removed needs-team Issues missing a team label labels Dec 27, 2023
@elasticmachine
Copy link
Contributor

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

@kibanamachine
Copy link
Contributor Author

New failure: CI Build - main

jaredburgettelastic pushed a commit that referenced this issue Dec 30, 2023
Disabling serverless test until we figure out what's wrong
[here](#173991)
@jaredburgettelastic
Copy link
Contributor

Merged a PR to remove this test from serverless test pipelines, as we have only seen the failure in serverless tests. Leaving this issue open to continue investigation.

@kibanamachine
Copy link
Contributor Author

New failure: CI Build - main

@mistic
Copy link
Member

mistic commented Jan 9, 2024

Skipped.

main: fa20a60

@jaredburgettelastic
Copy link
Contributor

Decided to leave this test skipped temporarily, as it only applies to the "old" entity flyout, and we are planning to release the "new" entity flyout as part of the 8.13 release. The same functionality in the new flyout is covered by a cypress test here.

nreese pushed a commit to nreese/kibana that referenced this issue Jan 10, 2024
delanni pushed a commit to delanni/kibana that referenced this issue Jan 11, 2024
@hop-dev
Copy link
Contributor

hop-dev commented Feb 21, 2024

Closing as tests no longer exist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Team:Entity Analytics Security Entity Analytics Team Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.
Projects
None yet
Development

No branches or pull requests

7 participants