Browse Source

test: change expected copy output for LongText cell

Signed-off-by: mertmit <mertmit99@gmail.com>
pull/5847/head
mertmit 1 year ago
parent
commit
9db449e6ff
  1. 2
      tests/playwright/tests/db/keyboardShortcuts.spec.ts

2
tests/playwright/tests/db/keyboardShortcuts.spec.ts

@ -265,7 +265,7 @@ test.describe('Verify shortcuts', () => {
index: 0,
columnHeader: 'LongText',
});
expect(await dashboard.grid.cell.getClipboardText()).toBe('LongText');
expect(await dashboard.grid.cell.getClipboardText()).toBe('\"LongText\"');
await dashboard.grid.cell.copyToClipboard(
{

Loading…
Cancel
Save