aboutsummaryrefslogtreecommitdiffstats
path: root/gui-clamp/ui-react/src/components/dialogs/ControlLoop/__snapshots__/GetToscaTemplate.test.js.snap
blob: 2c591d9fc718ef32952d8bb40ae913aa15b61747 (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"
  >
    Get Tosca Service Template
  </Button>
</Fragment>
`;