aboutsummaryrefslogtreecommitdiffstats
path: root/gui-clamp/ui-react/src/components/dialogs/ACM/__snapshots__/GetToscaTemplate.test.js.snap
blob: 873afa7166c01b5e81ce1378098c87ac7ed37f31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Verify GetToscaTemplate renders correctly 1`] = `
<Fragment>
  <Button
    active={false}
    disabled={false}
    onClick={[Function]}
    type="submit"
    variant="primary"
  >
    Pull Tosca Service Template
  </Button>
</Fragment>
`;