Catalog alignment
[sdc.git] / catalog-ui / src / app / ng2 / pages / composition / panel / panel-tabs / artifacts-tab / __snapshots__ / artifact-tab.component.spec.ts.snap
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`artifact-tab component should match current snapshot of artifact-tab component 1`] = `
4 <artifacts-tab
5   addOrUpdate={[Function Function]}
6   allowDeleteAndUpdateArtifact={[Function Function]}
7   artifactService={[Function Object]}
8   componentInstanceService="undefined"
9   compositionService={[Function Object]}
10   delete={[Function Function]}
11   getEnvArtifact={[Function Function]}
12   getTitle={[Function Function]}
13   heatToEnv={[Function Map]}
14   isLicenseArtifact={[Function Function]}
15   loadArtifacts={[Function Function]}
16   store={[Function Store]}
17   topologyTemplateService="undefined"
18   updateEnvParams={[Function Function]}
19   viewEnvParams={[Function Function]}
20   workspaceService="undefined"
21 >
22   <div
23     class="w-sdc-designer-sidebar-tab-content artifacts"
24   >
25     <div
26       class="w-sdc-designer-sidebar-section"
27     >
28       <ng2-expand-collapse
29         state="0"
30       >
31         <header
32           sdc-tooltip=""
33         >
34           
35         </header>
36         <content
37           class="artifacts-container"
38         >
39           <div
40             class="w-sdc-designer-sidebar-section-content"
41           >
42             
43           </div>
44           
45         </content>
46       </ng2-expand-collapse>
47     </div>
48   </div>
49 </artifacts-tab>
50 `;