aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/ui-react/src/components/dialogs/Policy/__snapshots__/ToscaViewer.test.js.snap
blob: 61fb4850d840f847cd9f04f5f93e0740e154ad38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Verify ToscaViewer Test the render method 1`] = `
<styled.div>
  <pre>
    tosca_definitions_version: tosca_simple_yaml_1_1_0
policy_types:
  onap.policies.controlloop.Guard:
    properties: {
    }
    name: onap.policies.controlloop.Guard
    version: 1.0.0
    derived_from: tosca.policies.Root
    metadata: {
    }
    description: Guard Policies for Control Loop Operational Policies
name: ToscaServiceTemplateSimple
version: 1.0.0

  </pre>
  <Button
    active={false}
    disabled={false}
    title="Create a new policy version from the defined parameters"
    variant="secondary"
  >
    Create New Version
  </Button>
</styled.div>
`;