From 5a87ef15be1dd27dedacb748c58add2502e956c5 Mon Sep 17 00:00:00 2001 From: waynedunican Date: Fri, 14 Apr 2023 16:25:18 +0100 Subject: Restructure policy-gui repo - Removed gui-clamp module - Added gui-runtime module - Created gui-acm for future gui development work Issue-ID: POLICY-4638 Change-Id: I6d6468ae1c83d39e5b837f1dadf42bda5671ee70 Signed-off-by: waynedunican --- .../ui-react/src/__snapshots__/LoopUI.test.js.snap | 218 ------------------ .../src/__snapshots__/NotFound.test.js.snap | 26 --- .../src/__snapshots__/OnapClamp.test.js.snap | 244 --------------------- 3 files changed, 488 deletions(-) delete mode 100644 gui-clamp/ui-react/src/__snapshots__/LoopUI.test.js.snap delete mode 100644 gui-clamp/ui-react/src/__snapshots__/NotFound.test.js.snap delete mode 100644 gui-clamp/ui-react/src/__snapshots__/OnapClamp.test.js.snap (limited to 'gui-clamp/ui-react/src/__snapshots__') diff --git a/gui-clamp/ui-react/src/__snapshots__/LoopUI.test.js.snap b/gui-clamp/ui-react/src/__snapshots__/LoopUI.test.js.snap deleted file mode 100644 index 573a131..0000000 --- a/gui-clamp/ui-react/src/__snapshots__/LoopUI.test.js.snap +++ /dev/null @@ -1,218 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Verify LoopUI Test renders correctly Clamp Style 1`] = `""`; - -exports[`Verify LoopUI Test the render method 1`] = ` - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - -
- - - - - CLAMP - - - - - - - Signed in as: - - - testUser - - - - - - Loop Viewer - - testLoopName - - ( - ) - - - - - - - - -`; diff --git a/gui-clamp/ui-react/src/__snapshots__/NotFound.test.js.snap b/gui-clamp/ui-react/src/__snapshots__/NotFound.test.js.snap deleted file mode 100644 index 86bcfd1..0000000 --- a/gui-clamp/ui-react/src/__snapshots__/NotFound.test.js.snap +++ /dev/null @@ -1,26 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Verify OnapClamp Test the render method 1`] = ` -
-
- - Page Not Found! - -
-
- Please cick - - here - - to go back to the main page. -
-
-`; diff --git a/gui-clamp/ui-react/src/__snapshots__/OnapClamp.test.js.snap b/gui-clamp/ui-react/src/__snapshots__/OnapClamp.test.js.snap deleted file mode 100644 index 5bb4f3a..0000000 --- a/gui-clamp/ui-react/src/__snapshots__/OnapClamp.test.js.snap +++ /dev/null @@ -1,244 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Verify OnapClamp Test the render method 1`] = ` - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - -
- - - - - CLAMP - - - - - - - Signed in as: - - - - - - - Loop Viewer - - Empty (NO loop loaded yet) - - ( - ) - - - - - - - - - -`; -- cgit 1.2.3-korg