Fix old tests
This commit is contained in:
parent
3e6204e917
commit
614016462f
2 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,7 @@ describe.concurrent('Properties', () => {
|
|||
isFlex: false,
|
||||
isAnchor: false,
|
||||
warning: '',
|
||||
hideChildrenInTreeview: false,
|
||||
showChildrenDimensions: true, // TODO: put the dimension at the top (see pdf)
|
||||
showSelfDimensions: true, // TODO: put the dimension at the bottom (see pdf)
|
||||
isDimensionBorrower: true, // second dimensions from the bottom
|
||||
|
|
|
@ -105,6 +105,7 @@ describe.concurrent('Elements sidebar', () => {
|
|||
type: 'type',
|
||||
isAnchor: false,
|
||||
warning: '',
|
||||
hideChildrenInTreeview: false,
|
||||
showChildrenDimensions: true,
|
||||
showSelfDimensions: true,
|
||||
isDimensionBorrower: true,
|
||||
|
@ -135,6 +136,7 @@ describe.concurrent('Elements sidebar', () => {
|
|||
maxWidth: Infinity,
|
||||
type: 'type',
|
||||
warning: '',
|
||||
hideChildrenInTreeview: false,
|
||||
showChildrenDimensions: true,
|
||||
showSelfDimensions: true,
|
||||
isDimensionBorrower: true,
|
||||
|
@ -191,6 +193,7 @@ describe.concurrent('Elements sidebar', () => {
|
|||
isFlex: false,
|
||||
maxWidth: Infinity,
|
||||
type: 'type',
|
||||
hideChildrenInTreeview: false,
|
||||
showChildrenDimensions: true,
|
||||
showSelfDimensions: true,
|
||||
isDimensionBorrower: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue