summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/composition/graph/connection-wizard/to-node-step/__snapshots__/to-node-step.component.spec.ts.snap
blob: ea587bce71a086413b6546c975f15a3f1e9ebab2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`to-node-step component should match current snapshot 1`] = `
<to-node-step
  connectWizardService={[Function Object]}
  optionalCapabilitiesMap={[Function Object]}
  optionalRequirementsMap={[Function Object]}
  preventBack={[Function Function]}
  preventNext={[Function Function]}
  updateSelectedReqOrCap={[Function Function]}
>
  <select-requirement-or-capability />
</to-node-step>
`;