Merge "Improve unit test coverage of ToscaYamlToJsonConvertor"
[clamp.git] / ui-react / src / components / dialogs / __snapshots__ / LoopProperties.test.js.snap
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`Verify LoopProperties Test the render method 1`] = `
4 <Styled(Bootstrap(Modal))
5   onHide={[Function]}
6   show={true}
7   size="lg"
8 >
9   <ModalHeader
10     closeButton={true}
11     closeLabel="Close"
12   >
13     <ModalTitle>
14       Model Properties
15     </ModalTitle>
16   </ModalHeader>
17   <ModalBody>
18     <Form
19       inline={false}
20     >
21       <FormGroup>
22         <FormLabel
23           column={false}
24           srOnly={false}
25         >
26           Deploy Parameters
27         </FormLabel>
28         <FormControl
29           as="textarea"
30           defaultValue="{\\"location_id\\":\\"\\",\\"policy_id\\":\\"TCA_h2NMX_v1_0_ResourceInstanceName1_tca\\"}"
31           name="dcaeDeployParameters"
32           onChange={[Function]}
33           rows="3"
34         />
35       </FormGroup>
36     </Form>
37   </ModalBody>
38   <ModalFooter>
39     <Button
40       active={false}
41       disabled={false}
42       onClick={[Function]}
43       type="null"
44       variant="secondary"
45     >
46       Cancel
47     </Button>
48     <Button
49       active={false}
50       disabled={false}
51       onClick={[Function]}
52       type="submit"
53       variant="primary"
54     >
55       Save Changes
56     </Button>
57   </ModalFooter>
58 </Styled(Bootstrap(Modal))>
59 `;