]> source.dussan.org Git - sonarqube.git/blob
25a6c4c6240c6a8f3609835b2620f441dfe78da6
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly: default 1`] = `
4 <Step
5   finished={false}
6   open={true}
7   renderForm={[Function]}
8   stepNumber={1}
9   stepTitle="onboarding.tutorial.ci_outro.all_set.title"
10 />
11 `;
12
13 exports[`should render correctly: step content 1`] = `
14 <div
15   className="boxed-group-inner"
16 >
17   <withAppStateContext(AllSet)
18     alm="azure"
19     willRefreshAutomatically={true}
20   />
21 </div>
22 `;