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 --- .../dialogs/__snapshots__/DeployLoop.test.js.snap | 66 ---------------------- 1 file changed, 66 deletions(-) delete mode 100644 ui-react/src/components/dialogs/__snapshots__/DeployLoop.test.js.snap (limited to 'ui-react/src/components/dialogs/__snapshots__') diff --git a/ui-react/src/components/dialogs/__snapshots__/DeployLoop.test.js.snap b/ui-react/src/components/dialogs/__snapshots__/DeployLoop.test.js.snap deleted file mode 100644 index 1fd4b1047..000000000 --- a/ui-react/src/components/dialogs/__snapshots__/DeployLoop.test.js.snap +++ /dev/null @@ -1,66 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Verify DeployLoop Test the render method 1`] = ` - - - - Deployment parameters - - - - - location_id - - - - - - policy_id - - - - - - - - -`; -- cgit 1.2.3-korg