Remove policy from PEF when removing op policy
[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   backdrop="static"
6   onHide={[Function]}
7   show={true}
8   size="xl"
9 >
10   <ModalHeader
11     closeButton={true}
12     closeLabel="Close"
13   >
14     <ModalTitle>
15       Open Model
16     </ModalTitle>
17   </ModalHeader>
18   <ModalBody>
19     <FormGroup
20       as={
21         Object {
22           "$$typeof": Symbol(react.forward_ref),
23           "defaultProps": Object {
24             "noGutters": false,
25           },
26           "render": [Function],
27         }
28       }
29       controlId="formPlaintextEmail"
30     >
31       <FormLabel
32         column={true}
33         sm="2"
34         srOnly={false}
35       >
36         Model Name
37       </FormLabel>
38       <Col
39         sm="10"
40       >
41         <StateManager
42           defaultInputValue=""
43           defaultMenuIsOpen={false}
44           defaultValue={null}
45           onChange={[Function]}
46           options={Array []}
47         />
48       </Col>
49     </FormGroup>
50     <FormGroup
51       controlId="formPlaintextEmail"
52     >
53       <styled.div
54         dangerouslySetInnerHTML={
55           Object {
56             "__html": "",
57           }
58         }
59         value=""
60       />
61     </FormGroup>
62     <FormGroup
63       controlId="formBasicChecbox"
64     >
65       <FormCheck
66         disabled={false}
67         inline={false}
68         isInvalid={false}
69         isValid={false}
70         title=""
71         type="checkbox"
72       >
73         <FormCheckLabel>
74           Read Only
75         </FormCheckLabel>
76         <Styled(FormCheckInput)
77           type="checkbox"
78         />
79       </FormCheck>
80     </FormGroup>
81   </ModalBody>
82   <ModalFooter>
83     <Button
84       active={false}
85       disabled={false}
86       onClick={[Function]}
87       type="null"
88       variant="secondary"
89     >
90       Cancel
91     </Button>
92     <Button
93       active={false}
94       disabled={false}
95       onClick={[Function]}
96       type="submit"
97       variant="primary"
98     >
99       Open
100     </Button>
101   </ModalFooter>
102 </Styled(Bootstrap(Modal))>
103 `;