diff --git a/tests/playwright/tests/cellSelection.spec.ts b/tests/playwright/tests/cellSelection.spec.ts index 9ef20b7fb9..f15c6fb277 100644 --- a/tests/playwright/tests/cellSelection.spec.ts +++ b/tests/playwright/tests/cellSelection.spec.ts @@ -83,7 +83,7 @@ test.describe('Verify cell selection', () => { await dashboard.grid.toolbar.fields.toggleShowSystemFields(); await grid.selectRange({ start: { index: 2, columnHeader: 'City List' }, - end: { index: 0, columnHeader: 'CountryId' }, + end: { index: 0, columnHeader: 'Country' }, }); expect(await grid.selectedCount()).toBe(12);