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,
|
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
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue