1948395b47db19cd304c602aeff73dd0b4761e6c
[sdc.git] / catalog-ui / src / app / ng2 / pages / composition / panel / panel-tabs / info-tab / __snapshots__ / info-tab.component.spec.ts.snap
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`InfoTabComponent can load instance 1`] = `
4 <panel-info-tab
5   componentInstanceService={[Function Object]}
6   compositionPaletteService={[Function Object]}
7   compositionService={[Function Object]}
8   eventListenerService={[Function Object]}
9   flatLeftPaletteElementsFromService={[Function Function]}
10   getPathNamesVersionChangeModal={[Function Function]}
11   initEditResourceVersion={[Function Function]}
12   modalService={[Function Object]}
13   onChangeVersion={[Function Function]}
14   sdcMenu={[Function Object]}
15   serviceService={[Function Object]}
16   store={[Function Object]}
17   topologyTemplateService={[Function Object]}
18   versioning={[Function Function]}
19   workspaceService={[Function Object]}
20 >
21   <ng2-expand-collapse
22     state="0"
23   >
24     <header
25       tooltip="General Information"
26     >
27       General Info
28     </header>
29     <content
30       class="general-info-container"
31     >
32       
33       
34       <div
35         class="component-details-panel-item"
36       >
37         <span
38           class="name"
39         />
40         
41         
42       </div>
43       
44       
45       
46       
47       
48       
49       
50       
51       
52       
53       
54       
55       <div
56         class="component-details-panel-item description"
57       >
58         <span
59           class="name"
60         />
61         <chars-ellipsis />
62       </div>
63       
64       
65     </content>
66   </ng2-expand-collapse>
67 </panel-info-tab>
68 `;