]> source.dussan.org Git - sonarqube.git/blob
b8da45dea71440cc7d00e7c0ac51a894ac23ee4d
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly: Step wrapper 1`] = `
4 <Step
5   finished={true}
6   onOpen={[MockFunction]}
7   open={true}
8   renderForm={[Function]}
9   stepNumber={2}
10   stepTitle="onboarding.tutorial.with.gitlab_ci.yml.title"
11 />
12 `;
13
14 exports[`should render correctly: initial content 1`] = `
15 <div
16   className="boxed-group-inner"
17 >
18   <ol
19     className="list-styled"
20   >
21     <li>
22       onboarding.build
23       <RenderOptions
24         label="onboarding.build"
25         onCheck={[Function]}
26         optionLabelKey="onboarding.build"
27         options={
28           [
29             "maven",
30             "gradle",
31             "dotnet",
32             "cfamily",
33             "other",
34           ]
35         }
36       />
37     </li>
38   </ol>
39 </div>
40 `;