From 2e9ae128ca601171cb511d410ac9f3996a9b0513 Mon Sep 17 00:00:00 2001 From: sebdet Date: Fri, 15 Nov 2019 16:28:55 +0100 Subject: Fix naming convention Fix naming convention in UI-react so that it's clearer Issue-ID: CLAMP-552 Change-Id: I758e0695f5b299514758c35aa699454b0c010974 Signed-off-by: sebdet --- .../__snapshots__/DeployLoopModal.test.js.snap | 66 ++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 ui-react/src/components/dialogs/Loop/__snapshots__/DeployLoopModal.test.js.snap (limited to 'ui-react/src/components/dialogs/Loop/__snapshots__') diff --git a/ui-react/src/components/dialogs/Loop/__snapshots__/DeployLoopModal.test.js.snap b/ui-react/src/components/dialogs/Loop/__snapshots__/DeployLoopModal.test.js.snap new file mode 100644 index 000000000..bf06965be --- /dev/null +++ b/ui-react/src/components/dialogs/Loop/__snapshots__/DeployLoopModal.test.js.snap @@ -0,0 +1,66 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Verify DeployLoopModal Test the render method 1`] = ` + + + + Deployment parameters + + + + + location_id + + + + + + policy_id + + + + + + + + +`; -- cgit 1.2.3-korg