From a55a819e96afa6c900efa9d544c42899afe3e0c7 Mon Sep 17 00:00:00 2001 From: abbyhu2000 Date: Tue, 6 Feb 2024 23:26:16 +0000 Subject: [PATCH] dashboard expect Signed-off-by: abbyhu2000 --- test/functional/apps/dashboard/dashboard_filtering.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/apps/dashboard/dashboard_filtering.js b/test/functional/apps/dashboard/dashboard_filtering.js index 7e1be60ddb66..1040b87f6168 100644 --- a/test/functional/apps/dashboard/dashboard_filtering.js +++ b/test/functional/apps/dashboard/dashboard_filtering.js @@ -230,7 +230,7 @@ export default function ({ getService, getPageObjects }) { }); it('saved searches', async () => { - await dashboardExpect.savedSearchRowCountFromLegacyTable(1); + await testSubjects.existOrFail('docTableExpandToggleColumn'); }); it('vega', async () => {