summaryrefslogtreecommitdiffstats
path: root/webapp/tests/components/integrations/__snapshots__/add_outgoing_hook.test.jsx.snap
blob: a55f5db5e32c2e7d41878e79b58aa639316ebe3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`components/integrations/AddOutgoingWebhook should match snapshot 1`] = `
<AbstractOutgoingWebhook
  action={[Function]}
  footer={
    Object {
      "defaultMessage": "Save",
      "id": "add_outgoing_webhook.save",
    }
  }
  header={
    Object {
      "defaultMessage": "Add",
      "id": "integrations.add",
    }
  }
  renderExtra=""
  serverError=""
  team={
    Object {
      "id": "testteamid",
      "name": "test",
    }
  }
/>
`;