]> source.dussan.org Git - sonarqube.git/blob
e3e33091f2bf5e0df4fff9f814c8fff22258a9e4
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <Fragment>
5   <div
6     className="page-header big-spacer-bottom"
7   >
8     <h1
9       className="page-title"
10     >
11       onboarding.tutorial.with.gitlab_ci.title
12     </h1>
13   </div>
14   <withCLanguageFeature(ProjectKeyStep)
15     component={
16       Object {
17         "breadcrumbs": Array [],
18         "key": "my-project",
19         "name": "MyProject",
20         "qualifier": "TRK",
21         "qualityGate": Object {
22           "isDefault": true,
23           "key": "30",
24           "name": "Sonar way",
25         },
26         "qualityProfiles": Array [
27           Object {
28             "deleted": false,
29             "key": "my-qp",
30             "language": "ts",
31             "name": "Sonar way",
32           },
33         ],
34         "tags": Array [],
35       }
36     }
37     finished={false}
38     onDone={[Function]}
39     onOpen={[Function]}
40     open={true}
41     setBuildTool={[Function]}
42   />
43   <EnvironmentVariablesStep
44     baseUrl="http://localhost:9000"
45     component={
46       Object {
47         "breadcrumbs": Array [],
48         "key": "my-project",
49         "name": "MyProject",
50         "qualifier": "TRK",
51         "qualityGate": Object {
52           "isDefault": true,
53           "key": "30",
54           "name": "Sonar way",
55         },
56         "qualityProfiles": Array [
57           Object {
58             "deleted": false,
59             "key": "my-qp",
60             "language": "ts",
61             "name": "Sonar way",
62           },
63         ],
64         "tags": Array [],
65       }
66     }
67     currentUser={
68       Object {
69         "groups": Array [],
70         "isLoggedIn": true,
71         "login": "luke",
72         "name": "Skywalker",
73         "scmAccounts": Array [],
74       }
75     }
76     finished={false}
77     onDone={[Function]}
78     onOpen={[Function]}
79     open={false}
80   />
81   <withAppStateContext(YmlFileStep)
82     finished={false}
83     onDone={[Function]}
84     onOpen={[Function]}
85     open={false}
86     projectKey="my-project"
87   />
88   <AllSetStep
89     alm="gitlab"
90     open={false}
91     stepNumber={4}
92     willRefreshAutomatically={true}
93   />
94 </Fragment>
95 `;