Catalog alignment
[sdc.git] / catalog-ui / src / app / ng2 / pages / composition / graph / service-path-creator / link-row / __snapshots__ / link-row.component.spec.ts.snap
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`artifact form component should match current snapshot of artifact form component 1`] = `
4 <link-row
5   source={[Function Array]}
6   srcCP={[Function Array]}
7   target={[Function Array]}
8   targetCP={[Function Array]}
9 >
10   <ui-element-dropdown
11     class="cell link-selector"
12     data-tests-id="linkSrc"
13   /><ui-element-dropdown
14     class="cell link-selector"
15     data-tests-id="linkSrcCP"
16   /><ui-element-dropdown
17     class="cell link-selector"
18     data-tests-id="linkTarget"
19   /><ui-element-dropdown
20     class="cell link-selector"
21     data-tests-id="linkTargetCP"
22   /><div
23     class="cell remove"
24     data-tests-id="removeLnk"
25   >
26     
27   </div>
28 </link-row>
29 `;