Merge "Improve unit test coverage of loop/log"
[clamp.git] / ui-react / src / __snapshots__ / NotFound.test.js.snap
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`Verify OnapClamp Test the render method 1`] = `
4 <div
5   id="main"
6 >
7   <div
8     class="divRow"
9   >
10     <b>
11       Page Not Found!
12     </b>
13   </div>
14   <div
15     class="divRow"
16   >
17     Please cick 
18     <a
19       href="/"
20     >
21       here
22     </a>
23      to go back to the main page.
24   </div>
25 </div>
26 `;