9e722241555e11388a3e671c9ab76d3d8ea66339
[clamp.git] / ui-react / src / components / dialogs / Loop / __snapshots__ / OpenLoopModal.test.js.snap
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`Verify OpenLoopModal 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       Open Model
15     </ModalTitle>
16   </ModalHeader>
17   <ModalBody>
18     <FormGroup
19       as={
20         Object {
21           "$$typeof": Symbol(react.forward_ref),
22           "defaultProps": Object {
23             "noGutters": false,
24           },
25           "render": [Function],
26         }
27       }
28       controlId="formPlaintextEmail"
29     >
30       <FormLabel
31         column={true}
32         sm="2"
33         srOnly={false}
34       >
35         Model Name
36       </FormLabel>
37       <Col
38         sm="10"
39       >
40         <StateManager
41           defaultInputValue=""
42           defaultMenuIsOpen={false}
43           defaultValue={null}
44           onChange={[Function]}
45           options={Array []}
46         />
47       </Col>
48     </FormGroup>
49     <FormGroup
50       controlId="formBasicChecbox"
51     >
52       <FormCheck
53         disabled={false}
54         inline={false}
55         isInvalid={false}
56         isValid={false}
57         title=""
58         type="checkbox"
59       >
60         <FormCheckLabel>
61           Read Only
62         </FormCheckLabel>
63         <Styled(FormCheckInput)
64           type="checkbox"
65         />
66       </FormCheck>
67     </FormGroup>
68   </ModalBody>
69   <ModalFooter>
70     <Button
71       active={false}
72       disabled={false}
73       onClick={[Function]}
74       type="null"
75       variant="secondary"
76     >
77       Cancel
78     </Button>
79     <Button
80       active={false}
81       disabled={false}
82       onClick={[Function]}
83       type="submit"
84       variant="primary"
85     >
86       Open
87     </Button>
88   </ModalFooter>
89 </Styled(Bootstrap(Modal))>
90 `;