From bed49e92e568283a2901079b06ba2a755928451b Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Thu, 23 Feb 2023 10:41:54 +0530 Subject: [PATCH] test: decimal value with 2 level precision for copy paste test Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> --- tests/playwright/tests/keyboardShortcuts.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/playwright/tests/keyboardShortcuts.spec.ts b/tests/playwright/tests/keyboardShortcuts.spec.ts index bbef3aa114..1a5c72fca9 100644 --- a/tests/playwright/tests/keyboardShortcuts.spec.ts +++ b/tests/playwright/tests/keyboardShortcuts.spec.ts @@ -215,7 +215,7 @@ test.describe('Verify shortcuts', () => { Email: 'test@example.com', URL: 'nocodb.com', Rating: '4', - Decimal: '1.1', + Decimal: '1.12', Percent: '80', Currency: '20', Duration: '480', @@ -327,7 +327,7 @@ test.describe('Verify shortcuts', () => { index: 0, columnHeader: 'Decimal', }); - expect(await dashboard.grid.cell.getClipboardText()).toBe('1.1'); + expect(await dashboard.grid.cell.getClipboardText()).toBe('1.12'); await dashboard.grid.cell.copyToClipboard({ index: 0,