Catalog alignment
[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   versioning={[Function Function]}
18   workspaceService={[Function Object]}
19 >
20   <ng2-expand-collapse
21     state="0"
22   >
23     <header
24       tooltip="General Information"
25     >
26       General Info
27     </header>
28     <content
29       class="general-info-container"
30     >
31       
32       
33       <div
34         class="component-details-panel-item"
35       >
36         <span
37           class="name"
38         />
39         
40         
41       </div>
42       
43       
44       
45       
46       
47       
48       
49       
50       
51       
52       
53       <div
54         class="component-details-panel-item description"
55       >
56         <span
57           class="name"
58         />
59         <chars-ellipsis />
60       </div>
61       
62       
63     </content>
64   </ng2-expand-collapse>
65 </panel-info-tab>
66 `;