Update TreeComponent.test.tsx.snap
This commit is contained in:
parent
699651cc22
commit
8cf7301076
|
@ -184,6 +184,7 @@ exports[`TreeNodeComponent renders a simple node (sorted children, expanded) 1`]
|
|||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
menuProps={
|
||||
Object {
|
||||
"contextualMenuItemAs": [Function],
|
||||
|
@ -293,7 +294,6 @@ exports[`TreeNodeComponent renders loading icon 1`] = `
|
|||
onKeyPress={[Function]}
|
||||
role="treeitem"
|
||||
>
|
||||
<div>
|
||||
<div
|
||||
className="treeNodeHeader "
|
||||
data-test="label"
|
||||
|
@ -319,7 +319,6 @@ exports[`TreeNodeComponent renders loading icon 1`] = `
|
|||
label
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
className="loadingIconContainer"
|
||||
>
|
||||
|
@ -369,7 +368,6 @@ exports[`TreeNodeComponent renders sorted children, expanded, leaves and parents
|
|||
onKeyPress={[Function]}
|
||||
role="treeitem"
|
||||
>
|
||||
<div>
|
||||
<div
|
||||
className="treeNodeHeader "
|
||||
data-test="label"
|
||||
|
@ -435,7 +433,6 @@ exports[`TreeNodeComponent renders sorted children, expanded, leaves and parents
|
|||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
className="loadingIconContainer"
|
||||
>
|
||||
|
@ -541,7 +538,6 @@ exports[`TreeNodeComponent renders unsorted children by default 1`] = `
|
|||
onKeyPress={[Function]}
|
||||
role="treeitem"
|
||||
>
|
||||
<div>
|
||||
<div
|
||||
className="treeNodeHeader "
|
||||
data-test="label"
|
||||
|
@ -567,7 +563,6 @@ exports[`TreeNodeComponent renders unsorted children by default 1`] = `
|
|||
label
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
className="loadingIconContainer"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue