mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[ML] Initial serverless functional tests for ML (#167493)
Add serverless functional tests for each project. **Search** Opens the trained models page and checks that there are 4 models listed. **Observability** Creates a AD job and then navigates to the AD jobs list and checks that the job is listed. **Security** Creates a AD job and then navigates to the AD jobs list and checks that the job is listed. Creates a DFA job and then navigates to the DFA jobs list and checks that the job is listed. Navigates to the trained models page and checks that there are no trained models listed. Also adds tests for each project to ensure that kibana search bar only lists the pages which are enabled. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
1814580e1b
commit
fe7d2eb441
23 changed files with 636 additions and 4 deletions
|
@ -263,7 +263,7 @@ function createDeepLinks(
|
|||
};
|
||||
},
|
||||
|
||||
getDataComparisonDeepLink: (): AppDeepLink<LinkId> => {
|
||||
getDataDriftDeepLink: (): AppDeepLink<LinkId> => {
|
||||
return {
|
||||
id: 'dataDrift',
|
||||
title: i18n.translate('xpack.ml.deepLink.dataDrift', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue