diff --git a/tests/playwright/tests/db/viewForm.spec.ts b/tests/playwright/tests/db/viewForm.spec.ts index 36e3332061..ba72f86f51 100644 --- a/tests/playwright/tests/db/viewForm.spec.ts +++ b/tests/playwright/tests/db/viewForm.spec.ts @@ -360,7 +360,8 @@ test.describe('Form view with LTAR', () => { index: 3, columnHeader: 'CityList', count: 1, - value: ['Atlanta'], + type: 'hm', + options: { singular: 'City', plural: 'Cities' }, }); }); });