]> source.dussan.org Git - sonarqube.git/blob
056a8d8d40ba5cf37f13313f1b4cb62eeea81622
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <Fragment>
5   <div
6     className="abs-width-600"
7   >
8     <p
9       className="big-spacer-bottom"
10     >
11       <SentenceWithHighlights
12         highlightKeys={
13           [
14             "all_set",
15           ]
16         }
17         translationKey="onboarding.tutorial.ci_outro.all_set"
18       />
19     </p>
20     <div
21       className="display-flex-row big-spacer-bottom"
22     >
23       <div>
24         <img
25           alt=""
26           className="big-spacer-right"
27           src="/images/tutorials/commit.svg"
28           width={30}
29         />
30       </div>
31       <div>
32         <p
33           className="little-spacer-bottom"
34         >
35           <strong>
36             onboarding.tutorial.ci_outro.commit
37           </strong>
38         </p>
39         <p>
40           onboarding.tutorial.ci_outro.commit.why.github
41         </p>
42       </div>
43     </div>
44   </div>
45 </Fragment>
46 `;
47
48 exports[`should render correctly: with auto refresh 1`] = `
49 <Fragment>
50   <div
51     className="abs-width-600"
52   >
53     <p
54       className="big-spacer-bottom"
55     >
56       <SentenceWithHighlights
57         highlightKeys={
58           [
59             "all_set",
60           ]
61         }
62         translationKey="onboarding.tutorial.ci_outro.all_set"
63       />
64     </p>
65     <div
66       className="display-flex-row big-spacer-bottom"
67     >
68       <div>
69         <img
70           alt=""
71           className="big-spacer-right"
72           src="/images/tutorials/commit.svg"
73           width={30}
74         />
75       </div>
76       <div>
77         <p
78           className="little-spacer-bottom"
79         >
80           <strong>
81             onboarding.tutorial.ci_outro.commit
82           </strong>
83         </p>
84         <p>
85           onboarding.tutorial.ci_outro.commit.why.github
86         </p>
87       </div>
88     </div>
89     <div
90       className="display-flex-row"
91     >
92       <div>
93         <img
94           alt=""
95           className="big-spacer-right"
96           src="/images/tutorials/refresh.svg"
97           width={30}
98         />
99       </div>
100       <div>
101         <p
102           className="little-spacer-bottom"
103         >
104           <strong>
105             onboarding.tutorial.ci_outro.refresh
106           </strong>
107         </p>
108         <p>
109           onboarding.tutorial.ci_outro.refresh.why
110         </p>
111       </div>
112     </div>
113   </div>
114   <div
115     className="huge-spacer-bottom huge-spacer-top big-padded-top text-muted display-flex-center display-flex-justify-center"
116   >
117     <i
118       className="spinner spacer-right"
119     />
120     onboarding.tutorial.ci_outro.waiting_for_fist_analysis
121   </div>
122 </Fragment>
123 `;
124
125 exports[`should render correctly: without branch 1`] = `
126 <Fragment>
127   <div
128     className="abs-width-600"
129   >
130     <p
131       className="big-spacer-bottom"
132     >
133       <SentenceWithHighlights
134         highlightKeys={
135           [
136             "all_set",
137           ]
138         }
139         translationKey="onboarding.tutorial.ci_outro.all_set"
140       />
141     </p>
142     <div
143       className="display-flex-row big-spacer-bottom"
144     >
145       <div>
146         <img
147           alt=""
148           className="big-spacer-right"
149           src="/images/tutorials/commit.svg"
150           width={30}
151         />
152       </div>
153       <div>
154         <p
155           className="little-spacer-bottom"
156         >
157           <strong>
158             onboarding.tutorial.ci_outro.commit
159           </strong>
160         </p>
161         <p>
162           onboarding.tutorial.ci_outro.commit.why.no_branches
163         </p>
164       </div>
165     </div>
166   </div>
167 </Fragment>
168 `;