aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/composition/panel/panel-tabs/artifacts-tab/__snapshots__/artifact-tab.component.spec.ts.snap
blob: c143e8106bfff26690221164994d82b91b469f05 (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
41
42
43
44
45
46
47
48
49
50
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`artifact-tab component should match current snapshot of artifact-tab component 1`] = `
<artifacts-tab
  addOrUpdate={[Function Function]}
  allowDeleteAndUpdateArtifact={[Function Function]}
  artifactService={[Function Object]}
  componentInstanceService="undefined"
  compositionService={[Function Object]}
  delete={[Function Function]}
  getEnvArtifact={[Function Function]}
  getTitle={[Function Function]}
  heatToEnv={[Function Map]}
  isLicenseArtifact={[Function Function]}
  loadArtifacts={[Function Function]}
  store={[Function Store]}
  topologyTemplateService="undefined"
  updateEnvParams={[Function Function]}
  viewEnvParams={[Function Function]}
  workspaceService="undefined"
>
  <div
    class="w-sdc-designer-sidebar-tab-content artifacts"
  >
    <div
      class="w-sdc-designer-sidebar-section"
    >
      <ng2-expand-collapse
        state="0"
      >
        <header
          sdc-tooltip=""
        >
          
        </header>
        <content
          class="artifacts-container"
        >
          <div
            class="w-sdc-designer-sidebar-section-content"
          >
            
          </div>
          
        </content>
      </ng2-expand-collapse>
    </div>
  </div>
</artifacts-tab>
`;