]> source.dussan.org Git - sonarqube.git/blob
e3422fb9aa4fc841154282b5ac33f6442b23013b
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <div
5   className="page-wrapper-simple"
6 >
7   <div
8     className="page-simple"
9   >
10     <h1
11       className="big-spacer-bottom"
12     >
13       <FormattedMessage
14         defaultMessage="indexation.page_unavailable.title.issues"
15         id="indexation.page_unavailable.title.issues"
16         values={
17           {
18             "componentName": <em>
19               test-portfolio
20             </em>,
21             "componentQualifier": "qualifier.VW",
22           }
23         }
24       />
25     </h1>
26     <Alert
27       variant="info"
28     >
29       <p>
30         indexation.page_unavailable.description
31       </p>
32       <p
33         className="spacer-top"
34       >
35         indexation.page_unavailable.description.additional_information
36       </p>
37     </Alert>
38   </div>
39 </div>
40 `;