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

exports[`Verify UploadToscaInstantiationFile renders correctly 1`] = `
<Fragment>
  <Button
    active={false}
    block={true}
    disabled={false}
    onClick={[Function]}
    type="submit"
    variant="primary"
  >
    Upload Tosca Instantiation
  </Button>
</Fragment>
`;