From 0ffefe4d84d361d27b0b8f7160f44046ffdc6f53 Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Wed, 8 Feb 2023 14:05:35 +0530 Subject: [PATCH] tests: kludge for meta sync filter handling Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> --- tests/playwright/tests/metaSync.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/playwright/tests/metaSync.spec.ts b/tests/playwright/tests/metaSync.spec.ts index 2011508ca5..f524aec329 100644 --- a/tests/playwright/tests/metaSync.spec.ts +++ b/tests/playwright/tests/metaSync.spec.ts @@ -256,14 +256,14 @@ test.describe('Meta sync', () => { await dashboard.grid.toolbar.clickFields(); await dashboard.grid.toolbar.sort.add({ - columnTitle: 'Col1', + columnTitle: 'Col2', isAscending: false, isLocallySaved: false, }); await dashboard.grid.toolbar.clickFilter(); await dashboard.grid.toolbar.filter.add({ - columnTitle: 'Col1', + columnTitle: 'Col2', opType: '>=', value: '5', isLocallySaved: false,