diff --git a/tests/playwright/tests/db/01-webhook.spec.ts b/tests/playwright/tests/db/01-webhook.spec.ts index dca029850c..6438939242 100644 --- a/tests/playwright/tests/db/01-webhook.spec.ts +++ b/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'], }, ],