1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render correctly when creating a new webhook 1`] = `
5 confirmButtonText="create"
6 header="webhooks.create"
14 onClose={[MockFunction]}
15 onSubmit={[MockFunction]}
23 exports[`should render correctly when updating a webhook with a secret 1`] = `
25 confirmButtonText="update_verb"
26 header="webhooks.update"
31 "url": "http://foo.bar",
34 onClose={[MockFunction]}
35 onSubmit={[MockFunction]}
43 exports[`should render correctly when updating a webhook without secret 1`] = `
45 confirmButtonText="update_verb"
46 header="webhooks.update"
51 "url": "http://foo.bar",
54 onClose={[MockFunction]}
55 onSubmit={[MockFunction]}