mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-03-14 05:45:03 +00:00
Updated 1 test snapshot
This commit is contained in:
parent
b7eb7db3f0
commit
853e48c5a6
@ -100,6 +100,7 @@ exports[`TreeNodeComponent does not render children by default 1`] = `
|
||||
<div
|
||||
className="nodeChildren"
|
||||
data-test="label"
|
||||
role="tree"
|
||||
>
|
||||
<TreeNodeComponent
|
||||
generation={3}
|
||||
@ -250,6 +251,7 @@ exports[`TreeNodeComponent renders a simple node (sorted children, expanded) 1`]
|
||||
<div
|
||||
className="nodeChildren"
|
||||
data-test="label"
|
||||
role="tree"
|
||||
>
|
||||
<TreeNodeComponent
|
||||
generation={13}
|
||||
@ -351,6 +353,7 @@ exports[`TreeNodeComponent renders loading icon 1`] = `
|
||||
<div
|
||||
className="nodeChildren"
|
||||
data-test="label"
|
||||
role="tree"
|
||||
/>
|
||||
</AnimateHeight>
|
||||
</div>
|
||||
@ -463,6 +466,7 @@ exports[`TreeNodeComponent renders sorted children, expanded, leaves and parents
|
||||
<div
|
||||
className="nodeChildren"
|
||||
data-test="label"
|
||||
role="tree"
|
||||
>
|
||||
<TreeNodeComponent
|
||||
generation={13}
|
||||
@ -592,6 +596,7 @@ exports[`TreeNodeComponent renders unsorted children by default 1`] = `
|
||||
<div
|
||||
className="nodeChildren"
|
||||
data-test="label"
|
||||
role="tree"
|
||||
>
|
||||
<TreeNodeComponent
|
||||
generation={3}
|
||||
|
Loading…
x
Reference in New Issue
Block a user