summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/workspace/deployment-artifacts/__snapshots__/deployment-artifacts-page.spec.ts.snap
blob: b53674497c221e2bba5a2b610dae29c3e0b14747 (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
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`deployment artifacts page should match current snapshot of informational artifact pages component 1`] = `
<deployment-artifact-page
  addOrUpdateArtifact={[Function Function]}
  artifactsService={[Function Object]}
  cacheService={[Function Object]}
  deleteArtifact={[Function Function]}
  getEnvArtifact={[Function Function]}
  modalService={[Function Object]}
  openGenericArtifactBrowserModal={[Function Function]}
  openPopOver={[Function Function]}
  popoverContentComponent="undefined"
  popoverService={[Function Object]}
  sortArtifacts={[Function Function]}
  store={[Function Store]}
  table="undefined"
  translateService={[Function Object]}
  updateEnvParams={[Function Function]}
  workspaceService={[Function Object]}
>
  
</deployment-artifact-page>
`;