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

exports[`Verify DeleteToscaTemplate renders correctly 1`] = `
<Fragment>
  <Button
    active={false}
    disabled={false}
    onClick={[Function]}
    style={
      Object {
        "float": "right",
      }
    }
    type="submit"
    variant="danger"
  >
    Delete Tosca Service Template
  </Button>
</Fragment>
`;