Browse Source

test: rollup count for ltar @ webhook spec

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/5848/head
Raju Udava 2 years ago committed by Pranav C
parent
commit
536b8b2273
  1. 23
      tests/playwright/tests/db/01-webhook.spec.ts

23
tests/playwright/tests/db/01-webhook.spec.ts

@ -611,7 +611,6 @@ test.describe.serial('Webhook', () => {
// create LTAR Country has-many City
countryTable = await api.dbTableColumn.create(countryTable.id, {
column_name: 'CityList',
title: 'CityList',
uidt: UITypes.Links,
parentId: countryTable.id,
@ -684,16 +683,7 @@ test.describe.serial('Webhook', () => {
CountryCode: '1',
CityCodeRollup: '2',
CityCodeFormula: 100,
CityList: [
{
Id: 1,
City: 'Mumbai',
},
{
Id: 2,
City: 'Pune',
},
],
CityList: 2,
CityCodeLookup: ['23', '33'],
},
],
@ -704,16 +694,7 @@ test.describe.serial('Webhook', () => {
CountryCode: '1',
CityCodeRollup: '2',
CityCodeFormula: 100,
CityList: [
{
Id: 1,
City: 'Mumbai',
},
{
Id: 2,
City: 'Pune',
},
],
CityList: 2,
CityCodeLookup: ['23', '33'],
},
],

Loading…
Cancel
Save