UI support for service update via tosca template import
[sdc.git] / catalog-ui / src / app / ng2 / pages / workspace / tosca-artifacts / __snapshots__ / tosca-artifact-page.spec.ts.snap
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`tosca artifacts page should match current snapshot of tosca artifact pages component 1`] = `
4 <tosca-artifact-page
5   Notification="undefined"
6   componentService={[Function Object]}
7   isLoading="false"
8   store={[Function Store]}
9   table={[Function DatatableComponent]}
10   workspaceService={[Function Object]}
11 >
12   <div
13     class="tosca-artifact-page"
14   >
15     <loader />
16     <ngx-datatable
17       class="ngx-datatable"
18       columnmode="flex"
19     >
20       <div
21         visibilityobserver=""
22       >
23         
24         <datatable-body
25           class="datatable-body"
26         >
27           <datatable-selection>
28             
29             
30             
31           </datatable-selection>
32         </datatable-body>
33         
34       </div>
35     </ngx-datatable>
36   </div>
37 </tosca-artifact-page>
38 `;