]> source.dussan.org Git - sonarqube.git/blob
d9fa3955af6b7bc8e63117d92bded68b9145c78e
[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         "dismissedNotices": Object {
70           "educationPrinciples": false,
71         },
72         "groups": Array [],
73         "isLoggedIn": true,
74         "login": "luke",
75         "name": "Skywalker",
76         "scmAccounts": Array [],
77       }
78     }
79     finished={false}
80     onDone={[Function]}
81     onOpen={[Function]}
82     open={false}
83   />
84   <withAppStateContext(YmlFileStep)
85     finished={false}
86     onDone={[Function]}
87     onOpen={[Function]}
88     open={false}
89     projectKey="my-project"
90   />
91   <AllSetStep
92     alm="gitlab"
93     open={false}
94     stepNumber={4}
95     willRefreshAutomatically={true}
96   />
97 </Fragment>
98 `;