Fix old tests

This commit is contained in:
Eric NGUYEN 2022-09-23 10:33:32 +02:00
parent 3e6204e917
commit 614016462f
2 changed files with 4 additions and 0 deletions

View file

@ -37,6 +37,7 @@ describe.concurrent('Properties', () => {
isFlex: false, isFlex: false,
isAnchor: false, isAnchor: false,
warning: '', warning: '',
hideChildrenInTreeview: false,
showChildrenDimensions: true, // TODO: put the dimension at the top (see pdf) showChildrenDimensions: true, // TODO: put the dimension at the top (see pdf)
showSelfDimensions: true, // TODO: put the dimension at the bottom (see pdf) showSelfDimensions: true, // TODO: put the dimension at the bottom (see pdf)
isDimensionBorrower: true, // second dimensions from the bottom isDimensionBorrower: true, // second dimensions from the bottom

View file

@ -105,6 +105,7 @@ describe.concurrent('Elements sidebar', () => {
type: 'type', type: 'type',
isAnchor: false, isAnchor: false,
warning: '', warning: '',
hideChildrenInTreeview: false,
showChildrenDimensions: true, showChildrenDimensions: true,
showSelfDimensions: true, showSelfDimensions: true,
isDimensionBorrower: true, isDimensionBorrower: true,
@ -135,6 +136,7 @@ describe.concurrent('Elements sidebar', () => {
maxWidth: Infinity, maxWidth: Infinity,
type: 'type', type: 'type',
warning: '', warning: '',
hideChildrenInTreeview: false,
showChildrenDimensions: true, showChildrenDimensions: true,
showSelfDimensions: true, showSelfDimensions: true,
isDimensionBorrower: true, isDimensionBorrower: true,
@ -191,6 +193,7 @@ describe.concurrent('Elements sidebar', () => {
isFlex: false, isFlex: false,
maxWidth: Infinity, maxWidth: Infinity,
type: 'type', type: 'type',
hideChildrenInTreeview: false,
showChildrenDimensions: true, showChildrenDimensions: true,
showSelfDimensions: true, showSelfDimensions: true,
isDimensionBorrower: true, isDimensionBorrower: true,