aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/ui-react/src/__snapshots__/NotFound.test.js.snap
blob: 86bcfd1c4d075fdad7576f9a5c6b037b5d581d6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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>
`;