From b1b47ea3a4646ca63210271c55af016d826533a3 Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Wed, 28 Jun 2023 21:02:00 +0530 Subject: [PATCH] test: dateBased fill handle Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> --- tests/playwright/tests/db/verticalFillHandle.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playwright/tests/db/verticalFillHandle.spec.ts b/tests/playwright/tests/db/verticalFillHandle.spec.ts index 30aacfb203..95eef14543 100644 --- a/tests/playwright/tests/db/verticalFillHandle.spec.ts +++ b/tests/playwright/tests/db/verticalFillHandle.spec.ts @@ -245,7 +245,7 @@ test.describe('Fill Handle', () => { } // verify api response - const updatedRecords = (await api.dbTableRow.list('noco', context.project.id, table.id, { limit: 50 })).list; + const updatedRecords = (await api.dbTableRow.list('noco', context.project.id, table.id, { limit: 4 })).list; for (let i = 0; i < updatedRecords.length; i++) { for (let j = 0; j < fields.length; j++) { expect(updatedRecords[i]['Date']).toBe(fields[j].value);