[Endpoint] Re-enable Functional test case for Endpoint related pages#68445
Conversation
|
Pinging @elastic/endpoint-app-team (Feature:Endpoint) |
|
Pinging @elastic/endpoint-management (Team:Endpoint Management) |
charlie-pichette
left a comment
There was a problem hiding this comment.
The tests look good @paul-tavares.
…le-functional-tests
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
|
|
||
| // FLAKY: https://github.com/elastic/kibana/issues/63621 | ||
| describe.skip('host list', function () { | ||
| describe.skip('endpoint list', function () { |
There was a problem hiding this comment.
should this still be skipped?
There was a problem hiding this comment.
@kevinlog yes. Although I updated the tests with new paths, etc. they are still "flaky" - @charlie-pichette is (will) working on getting them reenabled. :)
| loadTestFile(require.resolve('./resolver')); | ||
| loadTestFile(require.resolve('./policy_details')); | ||
|
|
||
| // loadTestFile(require.resolve('./alerts')); |
There was a problem hiding this comment.
small nit, we could add a TODO or just remove the commented out code and track enabling the rest of the tests in another ticket
There was a problem hiding this comment.
Good idea. I will remove the commented out code in a subsquent PR and will create an Issue to follow up on it (I don't think these are applicable anymore)
…lastic#68445) * Improve Policy test service provider - Added `getFullAgentConfig()` to Endpoint Policy Test data provider service * enable Policy List functional tests * Added Policy Details Tests * Add test ids to policy detail Max and Linux forms * Added page objects utilities and moved `clickOnEuiCheckbox` there # Conflicts: # x-pack/test/functional_endpoint/apps/endpoint/index.ts
* master: (22 commits) Partial revert of "Sync Kerberos + Anonymous access tests with the latest `security/_authenticate` API (user roles now include roles of anonymous user)." (elastic#68624) adapt some snapshot test (elastic#68489) [APM] Service maps - Fix missing ML status for services with jobs but no anomalies (elastic#68486) [skip test] apis Kerberos security Kerberos authentication finishing SPNEGO should properly set cookie and authenticate user [SIEM][Exceptions] - ExceptionsViewer UI component part 2 (elastic#68294) Surface data streams in Index Management. (elastic#67806) Fix edit datasource not working following changes in elastic#67234 (elastic#68583) [Logs + Metrics UI] Clean up async plugin initialization (elastic#67654) APM Storybook fixes (elastic#68671) Upgrade EUI to v24.1.0 (elastic#68141) [ML] DF Analytics: Creation wizard part 2 (elastic#68462) [Uptime] Fix race on overview page query (elastic#67843) Prefer using npm_execpath when spawning Yarn (elastic#68673) [Security] [Cases] Attach timeline to existing case (elastic#68580) Use Search API in Vega (elastic#68257) [Component templates] Table view (elastic#68031) [Uptime] Added relative date info in cert status column (elastic#67612) [Endpoint] Re-enable Functional test case for Endpoint related pages (elastic#68445) run page_load_metrics tests in visual regresssion jobs (elastic#68570) Enable exhaustive-deps; correct any lint warnings (elastic#68453) ...
…68445) (#68699) * Improve Policy test service provider - Added `getFullAgentConfig()` to Endpoint Policy Test data provider service * enable Policy List functional tests * Added Policy Details Tests * Add test ids to policy detail Max and Linux forms * Added page objects utilities and moved `clickOnEuiCheckbox` there # Conflicts: # x-pack/test/functional_endpoint/apps/endpoint/index.ts Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Summary
Also:
Fixes #66579
Fixes #66465
Checklist