7fcb62dbd3f39233108f1881022dacf44d58fe0b
[sdc.git] /
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       
54       <div
55         class="component-details-panel-item description"
56       >
57         <span
58           class="name"
59         />
60         <chars-ellipsis />
61       </div>
62       
63       
64     </content>
65   </ng2-expand-collapse>
66 </panel-info-tab>
67 `;