]> source.dussan.org Git - sonarqube.git/blob
14d8687ab1e236780e8ad66fad175a54932de3bf
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <header
5   className="page-header"
6 >
7   <h1
8     className="page-title"
9   >
10     webhooks.page
11   </h1>
12   <i
13     className="spinner"
14   />
15   <div />
16   <p
17     className="page-description"
18   >
19     <FormattedMessage
20       defaultMessage="webhooks.description"
21       id="webhooks.description"
22       values={
23         {
24           "url": <withAppStateContext(DocLink)
25             to="/project-administration/webhooks/"
26           >
27             webhooks.documentation_link
28           </withAppStateContext(DocLink)>,
29         }
30       }
31     />
32   </p>
33 </header>
34 `;