From 3043b5d52a0192f4e9f1574de42ca9c23a725093 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Thu, 27 Jul 2017 10:16:16 +0200 Subject: 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 --- .../__snapshots__/add_incoming_hook.test.jsx.snap | 26 ++++++++++++++++++++++ .../__snapshots__/edit_incoming_hook.test.jsx.snap | 7 ++++++ 2 files changed, 33 insertions(+) create mode 100644 webapp/tests/components/integrations/__snapshots__/add_incoming_hook.test.jsx.snap create mode 100644 webapp/tests/components/integrations/__snapshots__/edit_incoming_hook.test.jsx.snap (limited to 'webapp/tests/components/integrations/__snapshots__') diff --git a/webapp/tests/components/integrations/__snapshots__/add_incoming_hook.test.jsx.snap b/webapp/tests/components/integrations/__snapshots__/add_incoming_hook.test.jsx.snap new file mode 100644 index 000000000..ce34d81bc --- /dev/null +++ b/webapp/tests/components/integrations/__snapshots__/add_incoming_hook.test.jsx.snap @@ -0,0 +1,26 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`components/integrations/AddIncomingWebhook should match snapshot 1`] = ` + +`; 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`] = ` + +`; -- cgit v1.2.3-1-g7c22