Browse Source

test: typo fix

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test/reset-fail
Raju Udava 1 year ago
parent
commit
ad18b55b5f
  1. 2
      tests/playwright/tests/db/metaLTAR.spec.ts

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

@ -63,7 +63,7 @@ test.describe('Test table', () => {
for (let i = 0; i < recordCount * 10; i++) {
rows.push({
Id: i + 1,
SingleLineText: `${i + 1}`,
Title: `${i + 1}`,
});
}

Loading…
Cancel
Save