aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/components/forms/env-params/__snapshots__/env-params.component.spec.ts.snap
blob: aa567bbef2a926d102b4ae82284cefceb39a199a (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
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`environment parameters component should match current snapshot of env-params component 1`] = `
<env-params
  cacheService={[Function Object]}
  clearCurrentValue={[Function Function]}
  copiedWorkingArtifactHeatParameters={[Function Array]}
  defaultDeploymentTimeout={[Function Number]}
  displayRegexValid={[Function String]}
  maxDeploymentTimeout={[Function Number]}
  minDeploymentTimeout={[Function Number]}
  onValidationChange={[Function Subject]}
  onValidityChange={[Function Function]}
  openPopOver={[Function Function]}
  popoverService={[Function Object]}
  textArea="undefined"
>
  <div
    class="filter-bar"
  >
    <sdc-filter-bar />
  </div><ngx-datatable
    class="material ngx-datatable"
  >
    <div
      visibilityobserver=""
    >
      
      <datatable-body
        class="datatable-body"
      >
        <datatable-selection>
          
          
          
        </datatable-selection>
      </datatable-body>
      
    </div>
  </ngx-datatable>
</env-params>
`;