summaryrefslogtreecommitdiffstats
path: root/gui-clamp/ui-react/src/components/dialogs/ACM/__snapshots__/UploadToscaFile.test.js.snap
blob: a1ae43943d6375ece26e0ef817e7f28d48b66a4e (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 UploadToscaFile renders correctly 1`] = `
<Fragment>
  <Button
    active={false}
    block={true}
    disabled={false}
    onClick={[Function]}
    type="submit"
    variant="primary"
  >
    Upload Tosca Service Template
  </Button>
</Fragment>
`;