Changes for populating ReactJS component library
[clamp.git] / ui-react / src / components / menu / __snapshots__ / MenuBar.test.js.snap
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`Verify MenuBar Test the render method 1`] = `
4 <NavbarCollapse>
5   <Styled(NavDropdown)
6     title="Template"
7   >
8     <DropdownItem
9       as={
10         Object {
11           "$$typeof": Symbol(react.forward_ref),
12           "attrs": Array [],
13           "componentStyle": ComponentStyle {
14             "componentId": "sc-bdVaJa",
15             "isStatic": false,
16             "rules": Array [
17               "
18         color: ",
19               [Function],
20               ";
21         background-color: ",
22               [Function],
23               ";
24         font-weight: normal;
25         display: block;
26         width: 100%;
27         padding: .25rem 1.5rem;
28         clear: both;
29         text-align: inherit;
30         white-space: nowrap;
31         border: 0;
32         :hover {
33                 text-decoration: none;
34                 background-color: ",
35               [Function],
36               ";
37                 color:  ",
38               [Function],
39               ";
40         }
41 ",
42             ],
43           },
44           "displayName": "Styled(Link)",
45           "foldedComponentIds": Array [],
46           "render": [Function],
47           "styledComponentId": "sc-bdVaJa",
48           "target": [Function],
49           "toString": [Function],
50           "warnTooManyClasses": [Function],
51           "withComponent": [Function],
52         }
53       }
54       disabled={false}
55       to="/viewToscaPolicyModal"
56     >
57       View Tosca Policy Models
58     </DropdownItem>
59     <DropdownItem
60       as={
61         Object {
62           "$$typeof": Symbol(react.forward_ref),
63           "attrs": Array [],
64           "componentStyle": ComponentStyle {
65             "componentId": "sc-bdVaJa",
66             "isStatic": false,
67             "rules": Array [
68               "
69         color: ",
70               [Function],
71               ";
72         background-color: ",
73               [Function],
74               ";
75         font-weight: normal;
76         display: block;
77         width: 100%;
78         padding: .25rem 1.5rem;
79         clear: both;
80         text-align: inherit;
81         white-space: nowrap;
82         border: 0;
83         :hover {
84                 text-decoration: none;
85                 background-color: ",
86               [Function],
87               ";
88                 color:  ",
89               [Function],
90               ";
91         }
92 ",
93             ],
94           },
95           "displayName": "Styled(Link)",
96           "foldedComponentIds": Array [],
97           "render": [Function],
98           "styledComponentId": "sc-bdVaJa",
99           "target": [Function],
100           "toString": [Function],
101           "warnTooManyClasses": [Function],
102           "withComponent": [Function],
103         }
104       }
105       disabled={false}
106       to="/viewBlueprintMicroServiceTemplatesModal"
107     >
108       View Blueprint MicroService Templates
109     </DropdownItem>
110   </Styled(NavDropdown)>
111   <Styled(NavDropdown)
112     title="Closed Loop"
113   >
114     <DropdownItem
115       as={
116         Object {
117           "$$typeof": Symbol(react.forward_ref),
118           "attrs": Array [],
119           "componentStyle": ComponentStyle {
120             "componentId": "sc-bdVaJa",
121             "isStatic": false,
122             "rules": Array [
123               "
124         color: ",
125               [Function],
126               ";
127         background-color: ",
128               [Function],
129               ";
130         font-weight: normal;
131         display: block;
132         width: 100%;
133         padding: .25rem 1.5rem;
134         clear: both;
135         text-align: inherit;
136         white-space: nowrap;
137         border: 0;
138         :hover {
139                 text-decoration: none;
140                 background-color: ",
141               [Function],
142               ";
143                 color:  ",
144               [Function],
145               ";
146         }
147 ",
148             ],
149           },
150           "displayName": "Styled(Link)",
151           "foldedComponentIds": Array [],
152           "render": [Function],
153           "styledComponentId": "sc-bdVaJa",
154           "target": [Function],
155           "toString": [Function],
156           "warnTooManyClasses": [Function],
157           "withComponent": [Function],
158         }
159       }
160       disabled={false}
161       to="/openLoop"
162     >
163       Open CL
164     </DropdownItem>
165     <DropdownItem
166       as={
167         Object {
168           "$$typeof": Symbol(react.forward_ref),
169           "attrs": Array [],
170           "componentStyle": ComponentStyle {
171             "componentId": "sc-bdVaJa",
172             "isStatic": false,
173             "rules": Array [
174               "
175         color: ",
176               [Function],
177               ";
178         background-color: ",
179               [Function],
180               ";
181         font-weight: normal;
182         display: block;
183         width: 100%;
184         padding: .25rem 1.5rem;
185         clear: both;
186         text-align: inherit;
187         white-space: nowrap;
188         border: 0;
189         :hover {
190                 text-decoration: none;
191                 background-color: ",
192               [Function],
193               ";
194                 color:  ",
195               [Function],
196               ";
197         }
198 ",
199             ],
200           },
201           "displayName": "Styled(Link)",
202           "foldedComponentIds": Array [],
203           "render": [Function],
204           "styledComponentId": "sc-bdVaJa",
205           "target": [Function],
206           "toString": [Function],
207           "warnTooManyClasses": [Function],
208           "withComponent": [Function],
209         }
210       }
211       disabled={true}
212       to="/loopProperties"
213     >
214       Properties CL
215     </DropdownItem>
216     <DropdownItem
217       as={
218         Object {
219           "$$typeof": Symbol(react.forward_ref),
220           "attrs": Array [],
221           "componentStyle": ComponentStyle {
222             "componentId": "sc-bdVaJa",
223             "isStatic": false,
224             "rules": Array [
225               "
226         color: ",
227               [Function],
228               ";
229         background-color: ",
230               [Function],
231               ";
232         font-weight: normal;
233         display: block;
234         width: 100%;
235         padding: .25rem 1.5rem;
236         clear: both;
237         text-align: inherit;
238         white-space: nowrap;
239         border: 0;
240         :hover {
241                 text-decoration: none;
242                 background-color: ",
243               [Function],
244               ";
245                 color:  ",
246               [Function],
247               ";
248         }
249 ",
250             ],
251           },
252           "displayName": "Styled(Link)",
253           "foldedComponentIds": Array [],
254           "render": [Function],
255           "styledComponentId": "sc-bdVaJa",
256           "target": [Function],
257           "toString": [Function],
258           "warnTooManyClasses": [Function],
259           "withComponent": [Function],
260         }
261       }
262       disabled={true}
263       to="/closeLoop"
264     >
265       Close Model
266     </DropdownItem>
267   </Styled(NavDropdown)>
268   <Styled(NavDropdown)
269     title="Manage"
270   >
271     <DropdownItem
272       as={
273         Object {
274           "$$typeof": Symbol(react.forward_ref),
275           "attrs": Array [],
276           "componentStyle": ComponentStyle {
277             "componentId": "sc-bdVaJa",
278             "isStatic": false,
279             "rules": Array [
280               "
281         color: ",
282               [Function],
283               ";
284         background-color: ",
285               [Function],
286               ";
287         font-weight: normal;
288         display: block;
289         width: 100%;
290         padding: .25rem 1.5rem;
291         clear: both;
292         text-align: inherit;
293         white-space: nowrap;
294         border: 0;
295         :hover {
296                 text-decoration: none;
297                 background-color: ",
298               [Function],
299               ";
300                 color:  ",
301               [Function],
302               ";
303         }
304 ",
305             ],
306           },
307           "displayName": "Styled(Link)",
308           "foldedComponentIds": Array [],
309           "render": [Function],
310           "styledComponentId": "sc-bdVaJa",
311           "target": [Function],
312           "toString": [Function],
313           "warnTooManyClasses": [Function],
314           "withComponent": [Function],
315         }
316       }
317       disabled={true}
318       to="/submit"
319     >
320       Submit
321     </DropdownItem>
322     <DropdownItem
323       as={
324         Object {
325           "$$typeof": Symbol(react.forward_ref),
326           "attrs": Array [],
327           "componentStyle": ComponentStyle {
328             "componentId": "sc-bdVaJa",
329             "isStatic": false,
330             "rules": Array [
331               "
332         color: ",
333               [Function],
334               ";
335         background-color: ",
336               [Function],
337               ";
338         font-weight: normal;
339         display: block;
340         width: 100%;
341         padding: .25rem 1.5rem;
342         clear: both;
343         text-align: inherit;
344         white-space: nowrap;
345         border: 0;
346         :hover {
347                 text-decoration: none;
348                 background-color: ",
349               [Function],
350               ";
351                 color:  ",
352               [Function],
353               ";
354         }
355 ",
356             ],
357           },
358           "displayName": "Styled(Link)",
359           "foldedComponentIds": Array [],
360           "render": [Function],
361           "styledComponentId": "sc-bdVaJa",
362           "target": [Function],
363           "toString": [Function],
364           "warnTooManyClasses": [Function],
365           "withComponent": [Function],
366         }
367       }
368       disabled={true}
369       to="/stop"
370     >
371       Stop
372     </DropdownItem>
373     <DropdownItem
374       as={
375         Object {
376           "$$typeof": Symbol(react.forward_ref),
377           "attrs": Array [],
378           "componentStyle": ComponentStyle {
379             "componentId": "sc-bdVaJa",
380             "isStatic": false,
381             "rules": Array [
382               "
383         color: ",
384               [Function],
385               ";
386         background-color: ",
387               [Function],
388               ";
389         font-weight: normal;
390         display: block;
391         width: 100%;
392         padding: .25rem 1.5rem;
393         clear: both;
394         text-align: inherit;
395         white-space: nowrap;
396         border: 0;
397         :hover {
398                 text-decoration: none;
399                 background-color: ",
400               [Function],
401               ";
402                 color:  ",
403               [Function],
404               ";
405         }
406 ",
407             ],
408           },
409           "displayName": "Styled(Link)",
410           "foldedComponentIds": Array [],
411           "render": [Function],
412           "styledComponentId": "sc-bdVaJa",
413           "target": [Function],
414           "toString": [Function],
415           "warnTooManyClasses": [Function],
416           "withComponent": [Function],
417         }
418       }
419       disabled={true}
420       to="/restart"
421     >
422       Restart
423     </DropdownItem>
424     <DropdownItem
425       as={
426         Object {
427           "$$typeof": Symbol(react.forward_ref),
428           "attrs": Array [],
429           "componentStyle": ComponentStyle {
430             "componentId": "sc-bdVaJa",
431             "isStatic": false,
432             "rules": Array [
433               "
434         color: ",
435               [Function],
436               ";
437         background-color: ",
438               [Function],
439               ";
440         font-weight: normal;
441         display: block;
442         width: 100%;
443         padding: .25rem 1.5rem;
444         clear: both;
445         text-align: inherit;
446         white-space: nowrap;
447         border: 0;
448         :hover {
449                 text-decoration: none;
450                 background-color: ",
451               [Function],
452               ";
453                 color:  ",
454               [Function],
455               ";
456         }
457 ",
458             ],
459           },
460           "displayName": "Styled(Link)",
461           "foldedComponentIds": Array [],
462           "render": [Function],
463           "styledComponentId": "sc-bdVaJa",
464           "target": [Function],
465           "toString": [Function],
466           "warnTooManyClasses": [Function],
467           "withComponent": [Function],
468         }
469       }
470       disabled={true}
471       to="/delete"
472     >
473       Delete
474     </DropdownItem>
475     <DropdownItem
476       as={
477         Object {
478           "$$typeof": Symbol(react.forward_ref),
479           "attrs": Array [],
480           "componentStyle": ComponentStyle {
481             "componentId": "sc-bdVaJa",
482             "isStatic": false,
483             "rules": Array [
484               "
485         color: ",
486               [Function],
487               ";
488         background-color: ",
489               [Function],
490               ";
491         font-weight: normal;
492         display: block;
493         width: 100%;
494         padding: .25rem 1.5rem;
495         clear: both;
496         text-align: inherit;
497         white-space: nowrap;
498         border: 0;
499         :hover {
500                 text-decoration: none;
501                 background-color: ",
502               [Function],
503               ";
504                 color:  ",
505               [Function],
506               ";
507         }
508 ",
509             ],
510           },
511           "displayName": "Styled(Link)",
512           "foldedComponentIds": Array [],
513           "render": [Function],
514           "styledComponentId": "sc-bdVaJa",
515           "target": [Function],
516           "toString": [Function],
517           "warnTooManyClasses": [Function],
518           "withComponent": [Function],
519         }
520       }
521       disabled={true}
522       to="/deploy"
523     >
524       Deploy
525     </DropdownItem>
526     <DropdownItem
527       as={
528         Object {
529           "$$typeof": Symbol(react.forward_ref),
530           "attrs": Array [],
531           "componentStyle": ComponentStyle {
532             "componentId": "sc-bdVaJa",
533             "isStatic": false,
534             "rules": Array [
535               "
536         color: ",
537               [Function],
538               ";
539         background-color: ",
540               [Function],
541               ";
542         font-weight: normal;
543         display: block;
544         width: 100%;
545         padding: .25rem 1.5rem;
546         clear: both;
547         text-align: inherit;
548         white-space: nowrap;
549         border: 0;
550         :hover {
551                 text-decoration: none;
552                 background-color: ",
553               [Function],
554               ";
555                 color:  ",
556               [Function],
557               ";
558         }
559 ",
560             ],
561           },
562           "displayName": "Styled(Link)",
563           "foldedComponentIds": Array [],
564           "render": [Function],
565           "styledComponentId": "sc-bdVaJa",
566           "target": [Function],
567           "toString": [Function],
568           "warnTooManyClasses": [Function],
569           "withComponent": [Function],
570         }
571       }
572       disabled={true}
573       to="/undeploy"
574     >
575       UnDeploy
576     </DropdownItem>
577   </Styled(NavDropdown)>
578   <Styled(NavDropdown)
579     title="View"
580   >
581     <DropdownItem
582       as={
583         Object {
584           "$$typeof": Symbol(react.forward_ref),
585           "attrs": Array [],
586           "componentStyle": ComponentStyle {
587             "componentId": "sc-bdVaJa",
588             "isStatic": false,
589             "rules": Array [
590               "
591         color: ",
592               [Function],
593               ";
594         background-color: ",
595               [Function],
596               ";
597         font-weight: normal;
598         display: block;
599         width: 100%;
600         padding: .25rem 1.5rem;
601         clear: both;
602         text-align: inherit;
603         white-space: nowrap;
604         border: 0;
605         :hover {
606                 text-decoration: none;
607                 background-color: ",
608               [Function],
609               ";
610                 color:  ",
611               [Function],
612               ";
613         }
614 ",
615             ],
616           },
617           "displayName": "Styled(Link)",
618           "foldedComponentIds": Array [],
619           "render": [Function],
620           "styledComponentId": "sc-bdVaJa",
621           "target": [Function],
622           "toString": [Function],
623           "warnTooManyClasses": [Function],
624           "withComponent": [Function],
625         }
626       }
627       disabled={true}
628       to="/refreshStatus"
629     >
630       Refresh Status
631     </DropdownItem>
632   </Styled(NavDropdown)>
633   <Styled(NavDropdown)
634     title="Help"
635   >
636     <Styled(NavLink)
637       href="https://wiki.onap.org/"
638       target="_blank"
639     >
640       Wiki
641     </Styled(NavLink)>
642     <Styled(NavLink)
643       href="mailto:onap-discuss@lists.onap.org?subject=CLAMP&body=Please send us suggestions or feature enhancements or defect. If possible, please send us the steps to replicate any defect."
644     >
645       Contact Us
646     </Styled(NavLink)>
647     <DropdownItem
648       as={
649         Object {
650           "$$typeof": Symbol(react.forward_ref),
651           "attrs": Array [],
652           "componentStyle": ComponentStyle {
653             "componentId": "sc-bdVaJa",
654             "isStatic": false,
655             "rules": Array [
656               "
657         color: ",
658               [Function],
659               ";
660         background-color: ",
661               [Function],
662               ";
663         font-weight: normal;
664         display: block;
665         width: 100%;
666         padding: .25rem 1.5rem;
667         clear: both;
668         text-align: inherit;
669         white-space: nowrap;
670         border: 0;
671         :hover {
672                 text-decoration: none;
673                 background-color: ",
674               [Function],
675               ";
676                 color:  ",
677               [Function],
678               ";
679         }
680 ",
681             ],
682           },
683           "displayName": "Styled(Link)",
684           "foldedComponentIds": Array [],
685           "render": [Function],
686           "styledComponentId": "sc-bdVaJa",
687           "target": [Function],
688           "toString": [Function],
689           "warnTooManyClasses": [Function],
690           "withComponent": [Function],
691         }
692       }
693       disabled={false}
694       to="/userInfo"
695     >
696       User Info
697     </DropdownItem>
698   </Styled(NavDropdown)>
699 </NavbarCollapse>
700 `;