From 5c4ee71ebddc8017e7b349a69b967f709722f75b Mon Sep 17 00:00:00 2001 From: rbrtj Date: Fri, 20 Sep 2024 12:15:12 +0200 Subject: [PATCH] update test log message --- .../apps/ml/anomaly_detection_result_views/anomaly_explorer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/test/functional/apps/ml/anomaly_detection_result_views/anomaly_explorer.ts b/x-pack/test/functional/apps/ml/anomaly_detection_result_views/anomaly_explorer.ts index 8cab296a8a9ad..e4d87f05bc9a5 100644 --- a/x-pack/test/functional/apps/ml/anomaly_detection_result_views/anomaly_explorer.ts +++ b/x-pack/test/functional/apps/ml/anomaly_detection_result_views/anomaly_explorer.ts @@ -631,7 +631,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { await ml.commonUI.waitForMlLoadingIndicatorToDisappear(); await ml.jobSelection.assertJobSelection([testData.jobConfig.job_id]); - await ml.testExecution.logTestStep('displays the influencers list'); + await ml.testExecution.logTestStep('does not display the influencers list'); await ml.anomalyExplorer.assertInfluencerListDoesNotExist(); }); }