summaryrefslogtreecommitdiffstats
path: root/gui-clamp/ui-react/src/components/dialogs/Policy/__snapshots__/PoliciesTreeViewer.test.js.snap
blob: 8d14fa4990849eec43b6d91b4a27889f4f14f20a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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))>
`;