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,