From 67c76a46e6a96c4c41fddddb9245234063b5306e Mon Sep 17 00:00:00 2001 From: sebdet Date: Fri, 15 Nov 2019 17:33:44 +0100 Subject: Fix naming convention Third stage, fix naming convention in UI-react so that it's clearer Issue-ID: CLAMP-552 Change-Id: I16bed5be640d87e3458cdbd7a83fdfe1e37a7b98 Signed-off-by: sebdet --- .../Loop/__snapshots__/OpenLoopModal.test.js.snap | 90 ++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 ui-react/src/components/dialogs/Loop/__snapshots__/OpenLoopModal.test.js.snap (limited to 'ui-react/src/components/dialogs/Loop/__snapshots__') diff --git a/ui-react/src/components/dialogs/Loop/__snapshots__/OpenLoopModal.test.js.snap b/ui-react/src/components/dialogs/Loop/__snapshots__/OpenLoopModal.test.js.snap new file mode 100644 index 000000000..9e7222415 --- /dev/null +++ b/ui-react/src/components/dialogs/Loop/__snapshots__/OpenLoopModal.test.js.snap @@ -0,0 +1,90 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Verify OpenLoopModal Test the render method 1`] = ` + + + + Open Model + + + + + + Model Name + + + + + + + + + Read Only + + + + + + + + + + +`; -- cgit 1.2.3-korg