From 49c23e4d215b8d86937af2336361bcabf028b535 Mon Sep 17 00:00:00 2001 From: mertmit Date: Thu, 9 Feb 2023 05:07:24 +0300 Subject: [PATCH] test: modify cell selection test for sticky changes Signed-off-by: mertmit --- tests/playwright/tests/cellSelection.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);