diff options
author | Liam Fallon <liam.fallon@est.tech> | 2022-02-17 09:02:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-02-17 09:02:50 +0000 |
commit | 23a917602f0600cc6a7a7739b4862ac23d602f0d (patch) | |
tree | 96adeb050d176cbe8a890a35e565d971a2c5c44c /runtime/ui-react/src/__snapshots__/NotFound.test.js.snap | |
parent | f17c64d91f74ec79f3472d2f903150576a6cbcef (diff) | |
parent | 90c824632523aa5994536185073188da43c3c0f9 (diff) |
Merge "Remove Clamp GUI from Clamp Repo"
Diffstat (limited to 'runtime/ui-react/src/__snapshots__/NotFound.test.js.snap')
-rw-r--r-- | runtime/ui-react/src/__snapshots__/NotFound.test.js.snap | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/runtime/ui-react/src/__snapshots__/NotFound.test.js.snap b/runtime/ui-react/src/__snapshots__/NotFound.test.js.snap deleted file mode 100644 index 86bcfd1c4..000000000 --- a/runtime/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`] = ` -<div - id="main" -> - <div - class="divRow" - > - <b> - Page Not Found! - </b> - </div> - <div - class="divRow" - > - Please cick - <a - href="/" - > - here - </a> - to go back to the main page. - </div> -</div> -`; |