aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/workspace/tosca-artifacts/__snapshots__/tosca-artifact-page.spec.ts.snap
blob: 14146d51d2a74b29f230b2541afb8fce8b321dd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`tosca artifacts page should match current snapshot of tosca artifact pages component 1`] = `
<tosca-artifact-page
  serviceLoader={[Function Object]}
  store={[Function Store]}
  table={[Function DatatableComponent]}
  workspaceService={[Function Object]}
>
  <div
    class="tosca-artifact-page"
  >
    <ngx-datatable
      class="ngx-datatable"
      columnmode="flex"
    >
      <div
        visibilityobserver=""
      >
        
        <datatable-body
          class="datatable-body"
        >
          <datatable-selection>
            
            
            
          </datatable-selection>
        </datatable-body>
        
      </div>
    </ngx-datatable>
  </div>
</tosca-artifact-page>
`;