]> source.dussan.org Git - sonarqube.git/blob
c4b429b81435c46c79b72411d4a111ea39973525
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <div
5   className="boxed-group-inner"
6 >
7   <p
8     className="big-spacer-bottom"
9   >
10     <FormattedMessage
11       defaultMessage="onboarding.tutorial.with.bitbucket_pipelines.variables.intro"
12       id="onboarding.tutorial.with.bitbucket_pipelines.variables.intro"
13       values={
14         Object {
15           "repository_variables": <strong>
16             onboarding.tutorial.with.bitbucket_pipelines.variables.intro.link
17           </strong>,
18         }
19       }
20     />
21   </p>
22   <ol
23     className="list-styled"
24   >
25     <li>
26       <SentenceWithHighlights
27         highlightKeys={
28           Array [
29             "name",
30           ]
31         }
32         translationKey="onboarding.tutorial.with.bitbucket_pipelines.variables.name"
33       />
34       <code
35         className="rule little-spacer-left"
36       >
37         SONAR_TOKEN
38       </code>
39       <ClipboardIconButton
40         copyValue="SONAR_TOKEN"
41       />
42     </li>
43     <TokenStepGenerator
44       component={
45         Object {
46           "breadcrumbs": Array [],
47           "key": "my-project",
48           "name": "MyProject",
49           "qualifier": "TRK",
50           "qualityGate": Object {
51             "isDefault": true,
52             "key": "30",
53             "name": "Sonar way",
54           },
55           "qualityProfiles": Array [
56             Object {
57               "deleted": false,
58               "key": "my-qp",
59               "language": "ts",
60               "name": "Sonar way",
61             },
62           ],
63           "tags": Array [],
64         }
65       }
66       currentUser={
67         Object {
68           "groups": Array [],
69           "isLoggedIn": true,
70           "login": "luke",
71           "name": "Skywalker",
72           "scmAccounts": Array [],
73         }
74       }
75     />
76     <li>
77       <SentenceWithHighlights
78         highlightKeys={
79           Array [
80             "secured",
81           ]
82         }
83         translationKey="onboarding.tutorial.with.bitbucket_pipelines.variables.secured"
84       />
85     </li>
86     <li>
87       <SentenceWithHighlights
88         highlightKeys={
89           Array [
90             "add",
91           ]
92         }
93         translationKey="onboarding.tutorial.with.bitbucket_pipelines.variables.add"
94       />
95     </li>
96   </ol>
97   <hr
98     className="no-horizontal-margins"
99   />
100   <ol
101     className="list-styled big-spacer-top big-spacer-bottom"
102   >
103     <li>
104       <SentenceWithHighlights
105         highlightKeys={
106           Array [
107             "name",
108           ]
109         }
110         translationKey="onboarding.tutorial.with.bitbucket_pipelines.variables.name"
111       />
112       <code
113         className="rule little-spacer-left"
114       >
115         SONAR_HOST_URL
116       </code>
117       <ClipboardIconButton
118         copyValue="SONAR_HOST_URL"
119       />
120     </li>
121     <li
122       className="big-spacer-bottom"
123     >
124       <FormattedMessage
125         defaultMessage="onboarding.tutorial.env_variables"
126         id="onboarding.tutorial.env_variables"
127         values={
128           Object {
129             "extra": <ClipboardIconButton
130               copyValue="test"
131             />,
132             "field": <strong>
133               onboarding.tutorial.env_variables.field
134             </strong>,
135             "value": <code
136               className="rule"
137             >
138               test
139             </code>,
140           }
141         }
142       />
143     </li>
144     <li>
145       <SentenceWithHighlights
146         highlightKeys={
147           Array [
148             "add",
149           ]
150         }
151         translationKey="onboarding.tutorial.with.bitbucket_pipelines.variables.add"
152       />
153     </li>
154   </ol>
155   <Button
156     onClick={[MockFunction]}
157   >
158     continue
159   </Button>
160 </div>
161 `;