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

[Security Solution][Endpoint] Move artifact list page and host isolation exception skipped tests to jest integration #142275

Conversation

paul-tavares
Copy link
Contributor

@paul-tavares paul-tavares commented Sep 29, 2022

Summary

  • moves ArtifactListPage skipped tests to jest integration_tests
  • moves Host Isolation Exceptions skipped tests to jest integration_tests

This change should address the following:

@paul-tavares paul-tavares added release_note:skip Skip the PR/issue when compiling release notes Team:Defend Workflows “EDR Workflows” sub-team of Security Solution v8.6.0 labels Sep 29, 2022
@paul-tavares paul-tavares self-assigned this Sep 29, 2022
@paul-tavares paul-tavares requested a review from a team as a code owner September 29, 2022 21:06
@elasticmachine
Copy link
Contributor

Pinging @elastic/security-onboarding-and-lifecycle-mgt (Team:Onboarding and Lifecycle Mgt)

@paul-tavares paul-tavares enabled auto-merge (squash) October 3, 2022 13:34
@kibana-ci
Copy link
Collaborator

💚 Build Succeeded

Metrics [docs]

✅ unchanged

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

cc @paul-tavares

@paul-tavares paul-tavares merged commit 6abf71a into elastic:main Oct 3, 2022
@kibanamachine kibanamachine added the backport:skip This commit does not require backporting label Oct 3, 2022
@paul-tavares paul-tavares deleted the task/olm-move-artifact-list-page-tests-to-jest-integration branch October 3, 2022 14:20
WafaaNasr pushed a commit to WafaaNasr/kibana that referenced this pull request Oct 11, 2022
…ion exception skipped tests to jest integration (elastic#142275)

* Moved ArtifactListPage failing tests to integration_tests

* Fix failing test in artifact list page

* un-skip tests

* move host isolation exceptions list test to jest integration tests

* Un-skip tests from host isolation exceptions form test

* move tests from host isolation exceptions form to integration_tests
WafaaNasr pushed a commit to WafaaNasr/kibana that referenced this pull request Oct 14, 2022
…ion exception skipped tests to jest integration (elastic#142275)

* Moved ArtifactListPage failing tests to integration_tests

* Fix failing test in artifact list page

* un-skip tests

* move host isolation exceptions list test to jest integration tests

* Un-skip tests from host isolation exceptions form test

* move tests from host isolation exceptions form to integration_tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:skip This commit does not require backporting release_note:skip Skip the PR/issue when compiling release notes Team:Defend Workflows “EDR Workflows” sub-team of Security Solution v8.6.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failing test: Jest Tests.x-pack/plugins/security_solution/public/management/components/artifact_list_page/components - When displaying the Delete artifact modal in the Artifact List Page should close modal if Cancel/Close buttons are clicked Failing test: Jest Tests.x-pack/plugins/security_solution/public/management/components/artifact_list_page/components - When displaying the Delete artifact modal in the Artifact List Page should show Cancel and Delete buttons enabled Failing test: Jest Tests.x-pack/plugins/security_solution/public/management/pages/host_isolation_exceptions/view/components - When on the host isolation exceptions entry form and creating a new exception should NOT show validation error when a correct ip value is entered. Case: "192.168.0.1" Failing test: Jest Tests.x-pack/plugins/security_solution/public/management/pages/host_isolation_exceptions/view - When on the host isolation exceptions page should hide the Create and Edit actions when host isolation authz is not allowed Failing test: Jest Tests.x-pack/plugins/security_solution/public/management/components/artifact_list_page - When using the ArtifactListPage component and data exists and interacting with card actions should display the Delete modal when delete action is clicked
7 participants