aboutsummaryrefslogtreecommitdiffstats
path: root/gui-clamp/ui-react/src/components/dialogs/ACM/__snapshots__/ReadAndConvertYaml.test.js.snap
blob: 76739f3aa85a57c1a4f742df4942dfcbf1ccc385 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Verify ReadAndConvertYaml renders correctly 1`] = `
<Styled(Modal)
  backdrop="static"
  keyboard={false}
  onHide={[Function]}
  show={true}
  size="xl"
>
  <ModalHeader
    closeButton={true}
    closeLabel="Close"
  >
    <ModalTitle>
      View Tosca Template
    </ModalTitle>
  </ModalHeader>
  <ModalBody>
    <GetToscaTemplate
      onGetToscaServiceTemplate={[Function]}
      templateName="ToscaServiceTemplateSimple"
      templateVersion="1.0.0"
    />
    <styled.pre>
       
       
    </styled.pre>
    <Styled(Alert)
      show={false}
      variant="danger"
    />
    <Styled(Alert)
      show={false}
      variant="danger"
    >
      null
    </Styled(Alert)>
    <Styled(Alert)
      show={false}
      variant="success"
    >
      <h2>
        Delete Successful
      </h2>
      <styled.pre>
        null
      </styled.pre>
    </Styled(Alert)>
  </ModalBody>
  <ModalFooter>
    <Button
      active={false}
      disabled={false}
      onClick={[Function]}
      type="null"
      variant="secondary"
    >
      Close
    </Button>
  </ModalFooter>
</Styled(Modal)>
`;