77e4b99e3d41384970da10bfe7d31cd5168d2dfc
[policy/gui.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`Verify UploadToscaInstantiation renders correctly 1`] = `
4 <Styled(Modal)
5   backdrop="static"
6   keyboard={false}
7   onHide={[Function]}
8   show={true}
9   size="lg"
10 >
11   <ModalHeader
12     closeButton={true}
13     closeLabel="Close"
14   >
15     <ModalTitle>
16       Tosca Control Loop - Create Instantiation
17     </ModalTitle>
18   </ModalHeader>
19   <div
20     style={
21       Object {
22         "padding": "5px 5px 0px 5px",
23       }
24     }
25   >
26     <ModalBody>
27       <Form
28         inline={false}
29         style={
30           Object {
31             "paddingTop": "20px",
32           }
33         }
34       >
35         <FormGroup
36           as={
37             Object {
38               "$$typeof": Symbol(react.forward_ref),
39               "defaultProps": Object {
40                 "noGutters": false,
41               },
42               "render": [Function],
43             }
44           }
45         >
46           <FormFile
47             accept=".yaml,.yml,.json"
48             className="custom-file-label"
49             custom={true}
50             id="inputGroupFile01"
51             label="Please select a file"
52             onChange={[Function]}
53             type="file"
54           />
55           <UploadToscaInstantiationFile
56             jsonObject={Array []}
57             onResponseReceived={[Function]}
58           />
59           <FormText>
60             Only .yaml, .yml and .json files are supported
61           </FormText>
62         </FormGroup>
63         <FormGroup
64           as={
65             Object {
66               "$$typeof": Symbol(react.forward_ref),
67               "defaultProps": Object {
68                 "noGutters": false,
69               },
70               "render": [Function],
71             }
72           }
73         >
74           <styled.div />
75         </FormGroup>
76       </Form>
77     </ModalBody>
78   </div>
79   <ModalFooter>
80     <Button
81       active={false}
82       disabled={false}
83       onClick={[Function]}
84       type="null"
85       variant="secondary"
86     >
87       Close
88     </Button>
89   </ModalFooter>
90 </Styled(Modal)>
91 `;