Browse Source

test: form view update

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/5848/head
Raju Udava 1 year ago committed by Pranav C
parent
commit
fce96532a6
  1. 3
      tests/playwright/tests/db/viewForm.spec.ts

3
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' },
});
});
});

Loading…
Cancel
Save