From 98e6e424cb9b6e1435c979b6c0bb75bab37ec778 Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Mon, 21 Aug 2023 14:08:47 -0700 Subject: [PATCH] Un-fix AIOps test --- x-pack/test/functional/apps/aiops/change_point_detection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/test/functional/apps/aiops/change_point_detection.ts b/x-pack/test/functional/apps/aiops/change_point_detection.ts index eb20d797231c4..9b11431b2e700 100644 --- a/x-pack/test/functional/apps/aiops/change_point_detection.ts +++ b/x-pack/test/functional/apps/aiops/change_point_detection.ts @@ -73,7 +73,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) { it('allows change point selection for detailed view', async () => { await aiops.changePointDetectionPage.getTable(0).selectAllRows(); await aiops.changePointDetectionPage.viewSelected(); - await aiops.changePointDetectionPage.assertDetailedView(7); + await aiops.changePointDetectionPage.assertDetailedView(6); await aiops.changePointDetectionPage.closeFlyout(); // deselect await aiops.changePointDetectionPage.getTable(0).selectAllRows();