summaryrefslogtreecommitdiffstats
path: root/webapp/tests/components/integrations/__snapshots__/edit_incoming_hook.test.jsx.snap
diff options
context:
space:
mode:
authorCarlos Tadeu Panato Junior <ctadeu@gmail.com>2017-07-27 10:16:16 +0200
committerGeorge Goldberg <george@gberg.me>2017-07-27 09:16:16 +0100
commit3043b5d52a0192f4e9f1574de42ca9c23a725093 (patch)
treede393635c3024f583535df906bb216d74fc4cca2 /webapp/tests/components/integrations/__snapshots__/edit_incoming_hook.test.jsx.snap
parentff0a7905166e29ecf9404fa90d23af7863885384 (diff)
downloadchat-3043b5d52a0192f4e9f1574de42ca9c23a725093.tar.gz
chat-3043b5d52a0192f4e9f1574de42ca9c23a725093.tar.bz2
chat-3043b5d52a0192f4e9f1574de42ca9c23a725093.zip
Migrate add and edit incoming webhook components to redux (#6885)
* Migrate add incoming webhook components to redux * Migrate edit incoming webhook components to redux * Add tests
Diffstat (limited to 'webapp/tests/components/integrations/__snapshots__/edit_incoming_hook.test.jsx.snap')
-rw-r--r--webapp/tests/components/integrations/__snapshots__/edit_incoming_hook.test.jsx.snap7
1 files changed, 7 insertions, 0 deletions
diff --git a/webapp/tests/components/integrations/__snapshots__/edit_incoming_hook.test.jsx.snap b/webapp/tests/components/integrations/__snapshots__/edit_incoming_hook.test.jsx.snap
new file mode 100644
index 000000000..ed392dcbd
--- /dev/null
+++ b/webapp/tests/components/integrations/__snapshots__/edit_incoming_hook.test.jsx.snap
@@ -0,0 +1,7 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`components/integrations/EditIncomingWebhook should match snapshot 1`] = `
+<LoadingScreen
+ position="relative"
+/>
+`;