Browse Source

test: modify cell selection test for sticky changes

Signed-off-by: mertmit <mertmit99@gmail.com>
pull/5060/head
mertmit 1 year ago
parent
commit
49c23e4d21
  1. 2
      tests/playwright/tests/cellSelection.spec.ts

2
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);

Loading…
Cancel
Save