diff options
author | Sébastien Determe <sebastien.determe@intl.att.com> | 2019-10-17 13:01:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-10-17 13:01:31 +0000 |
commit | f7b8730ac36537693ec23f9b341636577330ee48 (patch) | |
tree | 4810975639bf653c96fccfbad1f8c89a930589d5 /ui-react/src/__snapshots__/NotFound.test.js.snap | |
parent | 8ed71d0cfe1f7466b6169e7f9585b3f8616eba19 (diff) | |
parent | 524b364a12f834e826f4e8be1119b61ba14b503c (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.snap | 26 |
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> +`; |