Skip to content

Commit 5916e0d

Browse files
georgel-pop-lrbrianchandotcom
authored andcommitted
LPD-52566 Fix failing test
1 parent cb4bfd6 commit 5916e0d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/test/playwright/tests/layout-content-page-editor-web/formContainer.spec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4334,6 +4334,7 @@ test.describe('Form Localization', () => {
43344334
label: {
43354335
en_US: 'Numeric',
43364336
},
4337+
localized: true,
43374338
name: 'numeric',
43384339
},
43394340
{
@@ -4344,6 +4345,7 @@ test.describe('Form Localization', () => {
43444345
label: {
43454346
en_US: 'Date And Time',
43464347
},
4348+
localized: true,
43474349
name: 'dateAndTime',
43484350
objectFieldSettings: [
43494351
{
@@ -4360,6 +4362,7 @@ test.describe('Form Localization', () => {
43604362
label: {
43614363
en_US: 'Date',
43624364
},
4365+
localized: true,
43634366
name: 'date',
43644367
},
43654368
{

0 commit comments

Comments
 (0)