Browse Source

test: dateBased fill handle

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/5896/head
Raju Udava 1 year ago
parent
commit
b1b47ea3a4
  1. 2
      tests/playwright/tests/db/verticalFillHandle.spec.ts

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

Loading…
Cancel
Save