Skip to content

Commit 27aef0b

Browse files
committed
fix test
1 parent c847a11 commit 27aef0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Umbraco.Web.UI.Client/src/packages/block/block-grid/property-value-cloner/property-value-cloner-block-grid.cloner.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,8 @@ describe('UmbBlockGridPropertyValueCloner', () => {
175175

176176
testLayoutEntryNewKeyIsReflected(
177177
'fictive-content-type-3',
178-
result.value?.layout[UMB_BLOCK_GRID_PROPERTY_EDITOR_SCHEMA_ALIAS]?.[0].areas?.[0]?.items[0].areas[0]?.items[0],
178+
result.value?.layout[UMB_BLOCK_GRID_PROPERTY_EDITOR_SCHEMA_ALIAS]?.[0].areas?.[0]?.items[0].areas?.[0]
179+
?.items[0],
179180
result.value?.contentData,
180181
result.value?.settingsData,
181182
result.value?.expose,

0 commit comments

Comments
 (0)