summaryrefslogtreecommitdiffstats
path: root/webapp/tests/components/integrations/__snapshots__
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-07-10 17:43:47 -0400
committerGitHub <noreply@github.com>2017-07-10 17:43:47 -0400
commit0cc60abf6a33dca0d8317481f83d0eb2771f43a1 (patch)
tree8e56bd479017bacae44e859c743c16080839240d /webapp/tests/components/integrations/__snapshots__
parent6330f7f6377a4a8af956399ed299300f3d98a7a6 (diff)
downloadchat-0cc60abf6a33dca0d8317481f83d0eb2771f43a1.tar.gz
chat-0cc60abf6a33dca0d8317481f83d0eb2771f43a1.tar.bz2
chat-0cc60abf6a33dca0d8317481f83d0eb2771f43a1.zip
Migrate add and edit outgoing webhook components to redux (#6818)
Diffstat (limited to 'webapp/tests/components/integrations/__snapshots__')
-rw-r--r--webapp/tests/components/integrations/__snapshots__/add_outgoing_hook.test.jsx.snap27
-rw-r--r--webapp/tests/components/integrations/__snapshots__/edit_outgoing_hook.test.jsx.snap7
2 files changed, 34 insertions, 0 deletions
diff --git a/webapp/tests/components/integrations/__snapshots__/add_outgoing_hook.test.jsx.snap b/webapp/tests/components/integrations/__snapshots__/add_outgoing_hook.test.jsx.snap
new file mode 100644
index 000000000..a55f5db5e
--- /dev/null
+++ b/webapp/tests/components/integrations/__snapshots__/add_outgoing_hook.test.jsx.snap
@@ -0,0 +1,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",
+ }
+ }
+/>
+`;
diff --git a/webapp/tests/components/integrations/__snapshots__/edit_outgoing_hook.test.jsx.snap b/webapp/tests/components/integrations/__snapshots__/edit_outgoing_hook.test.jsx.snap
new file mode 100644
index 000000000..d7656b08f
--- /dev/null
+++ b/webapp/tests/components/integrations/__snapshots__/edit_outgoing_hook.test.jsx.snap
@@ -0,0 +1,7 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`components/integrations/EditOutgoingWebhook should match snapshot 1`] = `
+<LoadingScreen
+ position="relative"
+/>
+`;