]> source.dussan.org Git - sonarqube.git/blob
87f7bf39c726430327e40b7c87dcfd776e654773
[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="other"
23       kind={1}
24       projectKey="projectKey"
25     />
26     <li>
27       <SentenceWithHighlights
28         highlightKeys={
29           Array [
30             "task",
31             "after",
32           ]
33         }
34         translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.run"
35       />
36     </li>
37     <withAppStateContext(PublishSteps) />
38   </ol>
39 </Fragment>
40 `;