Browse Source

test: rollup column name change to avoid duplicate entry

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/5091/head
Raju Udava 2 years ago committed by Pranav C
parent
commit
21739b7712
  1. 2
      tests/playwright/tests/columnLookupRollup.spec.ts

2
tests/playwright/tests/columnLookupRollup.spec.ts

@ -41,7 +41,7 @@ test.describe('Virtual columns', () => {
title: 'Rollup',
type: 'Rollup',
childTable: 'City List',
childColumn: 'City',
childColumn: 'CityId',
rollupType: 'count',
});
for (let i = 0; i < pinCode.length; i++) {

Loading…
Cancel
Save