summaryrefslogtreecommitdiffstats
path: root/ui-react/src/__snapshots__/NotFound.test.js.snap
diff options
context:
space:
mode:
authorSébastien Determe <sebastien.determe@intl.att.com>2019-10-17 13:01:31 +0000
committerGerrit Code Review <gerrit@onap.org>2019-10-17 13:01:31 +0000
commitf7b8730ac36537693ec23f9b341636577330ee48 (patch)
tree4810975639bf653c96fccfbad1f8c89a930589d5 /ui-react/src/__snapshots__/NotFound.test.js.snap
parent8ed71d0cfe1f7466b6169e7f9585b3f8616eba19 (diff)
parent524b364a12f834e826f4e8be1119b61ba14b503c (diff)
Merge "Add unit tests"
Diffstat (limited to 'ui-react/src/__snapshots__/NotFound.test.js.snap')
-rw-r--r--ui-react/src/__snapshots__/NotFound.test.js.snap26
1 files changed, 26 insertions, 0 deletions
diff --git a/ui-react/src/__snapshots__/NotFound.test.js.snap b/ui-react/src/__snapshots__/NotFound.test.js.snap
new file mode 100644
index 000000000..86bcfd1c4
--- /dev/null
+++ b/ui-react/src/__snapshots__/NotFound.test.js.snap
@@ -0,0 +1,26 @@
+// 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>
+`;