babe59749d7f2012fbe7bc72679023267fe8beaa
[clamp.git] / ui-react / src / components / dialogs / Tosca / __snapshots__ / ViewToscaPolicyModal.test.js.snap
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`Verify ViewToscaPolicyModal Test the tosca model view 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   <ModalBody>
15     <WithStyles(Component)
16       columns={
17         Array [
18           Object {
19             "cellStyle": Object {
20               "border": "1px solid black",
21             },
22             "field": "index",
23             "headerStyle": Object {
24               "backgroundColor": "#ddd",
25               "border": "2px solid black",
26             },
27             "render": [Function],
28             "title": "#",
29           },
30           Object {
31             "cellStyle": Object {
32               "border": "1px solid black",
33             },
34             "field": "policyModelType",
35             "headerStyle": Object {
36               "backgroundColor": "#ddd",
37               "border": "2px solid black",
38             },
39             "title": "Policy Model Type",
40           },
41           Object {
42             "cellStyle": Object {
43               "border": "1px solid black",
44             },
45             "field": "policyAcronym",
46             "headerStyle": Object {
47               "backgroundColor": "#ddd",
48               "border": "2px solid black",
49             },
50             "title": "Policy Acronym",
51           },
52           Object {
53             "cellStyle": Object {
54               "border": "1px solid black",
55             },
56             "field": "version",
57             "headerStyle": Object {
58               "backgroundColor": "#ddd",
59               "border": "2px solid black",
60             },
61             "title": "Version",
62           },
63           Object {
64             "cellStyle": Object {
65               "border": "1px solid black",
66             },
67             "field": "updatedBy",
68             "headerStyle": Object {
69               "backgroundColor": "#ddd",
70               "border": "2px solid black",
71             },
72             "title": "Uploaded By",
73           },
74           Object {
75             "cellStyle": Object {
76               "border": "1px solid black",
77             },
78             "editable": "never",
79             "field": "updatedDate",
80             "headerStyle": Object {
81               "backgroundColor": "#ddd",
82               "border": "2px solid black",
83             },
84             "title": "Uploaded Date",
85           },
86         ]
87       }
88       data={Array []}
89       icons={
90         Object {
91           "FirstPage": Object {
92             "$$typeof": Symbol(react.forward_ref),
93             "render": [Function],
94           },
95           "LastPage": Object {
96             "$$typeof": Symbol(react.forward_ref),
97             "render": [Function],
98           },
99           "NextPage": Object {
100             "$$typeof": Symbol(react.forward_ref),
101             "render": [Function],
102           },
103           "PreviousPage": Object {
104             "$$typeof": Symbol(react.forward_ref),
105             "render": [Function],
106           },
107           "ResetSearch": Object {
108             "$$typeof": Symbol(react.forward_ref),
109             "render": [Function],
110           },
111           "Search": Object {
112             "$$typeof": Symbol(react.forward_ref),
113             "render": [Function],
114           },
115           "SortArrow": Object {
116             "$$typeof": Symbol(react.forward_ref),
117             "render": [Function],
118           },
119         }
120       }
121       onRowClick={[Function]}
122       options={
123         Object {
124           "headerStyle": Object {
125             "backgroundColor": "#ddd",
126             "border": "1px solid black",
127             "fontSize": "15pt",
128             "text": "bold",
129           },
130           "rowStyle": [Function],
131         }
132       }
133       title="View Tosca Policy Models"
134     />
135     <div>
136       <styled.textarea
137         onChange={[Function]}
138         value="Please select Tosca model to view the details"
139       />
140     </div>
141   </ModalBody>
142   <ModalFooter>
143     <Button
144       active={false}
145       disabled={false}
146       onClick={[Function]}
147       type="button"
148       variant="secondary"
149     >
150       Close
151     </Button>
152   </ModalFooter>
153 </Styled(Bootstrap(Modal))>
154 `;