summaryrefslogtreecommitdiffstats
path: root/gui-clamp/ui-react/src/components/dialogs/Policy/__snapshots__/PoliciesTreeViewer.test.js.snap
diff options
context:
space:
mode:
Diffstat (limited to 'gui-clamp/ui-react/src/components/dialogs/Policy/__snapshots__/PoliciesTreeViewer.test.js.snap')
-rw-r--r--gui-clamp/ui-react/src/components/dialogs/Policy/__snapshots__/PoliciesTreeViewer.test.js.snap23
1 files changed, 23 insertions, 0 deletions
diff --git a/gui-clamp/ui-react/src/components/dialogs/Policy/__snapshots__/PoliciesTreeViewer.test.js.snap b/gui-clamp/ui-react/src/components/dialogs/Policy/__snapshots__/PoliciesTreeViewer.test.js.snap
new file mode 100644
index 0000000..8d14fa4
--- /dev/null
+++ b/gui-clamp/ui-react/src/components/dialogs/Policy/__snapshots__/PoliciesTreeViewer.test.js.snap
@@ -0,0 +1,23 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`Verify PoliciesTreeViewer renders correctly 1`] = `
+<WithStyles(ForwardRef(TreeView))
+ defaultCollapseIcon={<Memo />}
+ defaultEndIcon={<Memo />}
+ defaultExpandIcon={<Memo />}
+ defaultExpanded={
+ Array [
+ "root",
+ ]
+ }
+ multiSelect={true}
+ onNodeSelect={[Function]}
+>
+ <WithStyles(ForwardRef(TreeItem))
+ key="1"
+ label="ROOT(0)"
+ nodeId={1}
+ onNodeSelect={[Function]}
+ />
+</WithStyles(ForwardRef(TreeView))>
+`;