summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/composition/graph/service-path-creator/link-row/__snapshots__/link-row.component.spec.ts.snap
blob: 094f41bd849c83e376255fbe322f408b5486c0c0 (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
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`artifact form component should match current snapshot of artifact form component 1`] = `
<link-row
  source={[Function Array]}
  srcCP={[Function Array]}
  target={[Function Array]}
  targetCP={[Function Array]}
>
  <ui-element-dropdown
    class="cell link-selector"
    data-tests-id="linkSrc"
  /><ui-element-dropdown
    class="cell link-selector"
    data-tests-id="linkSrcCP"
  /><ui-element-dropdown
    class="cell link-selector"
    data-tests-id="linkTarget"
  /><ui-element-dropdown
    class="cell link-selector"
    data-tests-id="linkTargetCP"
  /><div
    class="cell remove"
    data-tests-id="removeLnk"
  >
    
  </div>
</link-row>
`;