aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/components/forms/artifacts-form/__snapshots__/artifact-form.component.spec.ts.snap
blob: 8cd085e2481934741a11766ca78d1acfbd17445c (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[`artifact form component should match current snapshot of artifact form component 1`] = `
<artifact-form
  artifactTypesOptions={[Function Array]}
  cacheService={[Function Object]}
  initArtifactTypes={[Function Function]}
  onDescriptionChange={[Function Function]}
  onLabelChange={[Function Function]}
  onTypeChange={[Function Function]}
  onUploadFile={[Function Function]}
  onValidationChange={[Function Subject]}
  verifyTypeAndFileWereFilled={[Function Function]}
>
  <form
    class="artifact-form"
    name="artifactForm"
    novalidate=""
  >
    <onap-file-upload />
    <div
      class="artifact-form-container"
    >
      
      <div
        class="right-form-container"
      >
        <sdc-textarea
          label="Description"
          testid="description"
        />
        <sdc-validation>
          <sdc-required-validator />
          <sdc-regex-validator />
        </sdc-validation>
      </div>
    </div>
  </form>
</artifact-form>
`;