summaryrefslogtreecommitdiffstats
path: root/webapp/tests/components/integrations/__snapshots__/add_incoming_hook.test.jsx.snap
blob: ce34d81bc38656b839f2285eb847cc68ca727c9f (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
// Jest Snapshot v1, https://goo.gl/fbAQLP

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