]> source.dussan.org Git - sonarqube.git/blob
3eaf0afd7128651df375990d51d6bef25653f8ea
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <Fragment>
5   <AlertClassicEditor />
6   <ol
7     className="list-styled big-spacer-top"
8   >
9     <li>
10       <SentenceWithHighlights
11         highlightKeys={
12           Array [
13             "pipeline",
14             "task",
15             "before",
16           ]
17         }
18         translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.prepare"
19       />
20     </li>
21     <PrepareAnalysisCommand
22       buildTool="gradle"
23       kind={0}
24       projectKey="projectKey"
25     />
26     <JavaToolInstallation />
27     <li>
28       onboarding.tutorial.with.azure_pipelines.BranchAnalysis.java.onboarding.build.maven
29     </li>
30     <ul
31       className="list-styled big-spacer-bottom"
32     >
33       <li>
34         <SentenceWithHighlights
35           highlightKeys={
36             Array [
37               "section",
38               "option",
39             ]
40           }
41           translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.java.settings"
42         />
43       </li>
44     </ul>
45     <withAppStateContext(PublishSteps) />
46   </ol>
47 </Fragment>
48 `;