Update tests with new properties
This commit is contained in:
parent
7836d27d5f
commit
38666af314
2 changed files with 4 additions and 4 deletions
|
@ -113,7 +113,7 @@ describe.concurrent('Elements sidebar', () => {
|
|||
showChildrenDimensions: true,
|
||||
showSelfDimensions: true,
|
||||
isDimensionBorrower: true,
|
||||
markPositionToDimensionBorrower: false,
|
||||
markPositionToDimensionBorrower: [],
|
||||
positionReference: PositionReference.TopLeft
|
||||
},
|
||||
userData: {}
|
||||
|
@ -147,7 +147,7 @@ describe.concurrent('Elements sidebar', () => {
|
|||
showChildrenDimensions: true,
|
||||
showSelfDimensions: true,
|
||||
isDimensionBorrower: true,
|
||||
markPositionToDimensionBorrower: false,
|
||||
markPositionToDimensionBorrower: [],
|
||||
isAnchor: false
|
||||
},
|
||||
userData: {}
|
||||
|
@ -207,7 +207,7 @@ describe.concurrent('Elements sidebar', () => {
|
|||
showChildrenDimensions: true,
|
||||
showSelfDimensions: true,
|
||||
isDimensionBorrower: true,
|
||||
markPositionToDimensionBorrower: false,
|
||||
markPositionToDimensionBorrower: [],
|
||||
isAnchor: false
|
||||
},
|
||||
userData: {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue