summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/workspace/information-artifact/__snapshots__/informational-artifact-page.spec.ts.snap
blob: 1a19b36cfb660fa70afbda0f6c3fa76a50ee59bf (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
36
37
38
39
40
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`informational artifacts page should match current snapshot of informational artifact pages component 1`] = `
<information-artifact-page
  addOrUpdateArtifact={[Function Function]}
  artifactsService={[Function Object]}
  deleteArtifact={[Function Function]}
  store={[Function Store]}
  table={[Function DatatableComponent]}
  workspaceService={[Function Object]}
>
  <div
    class="information-artifact-page"
  >
    <svg-icon-label
      class="add-artifact-btn"
    />
    <ngx-datatable
      class="ngx-datatable"
      columnmode="flex"
    >
      <div
        visibilityobserver=""
      >
        
        <datatable-body
          class="datatable-body"
        >
          <datatable-selection>
            
            
            
          </datatable-selection>
        </datatable-body>
        
      </div>
    </ngx-datatable>
  </div>
</information-artifact-page>
`;