]> source.dussan.org Git - sonarqube.git/blob
ce506bca402306c30f83fe0454bb8b36d2965102
[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     <h2
9       className="page-title"
10     >
11       onboarding.tutorial.with.gitlab_ci.title
12     </h2>
13   </div>
14   <EnvironmentVariablesStep
15     baseUrl="http://localhost:9000"
16     component={
17       {
18         "breadcrumbs": [],
19         "key": "my-project",
20         "name": "MyProject",
21         "qualifier": "TRK",
22         "qualityGate": {
23           "isDefault": true,
24           "key": "30",
25           "name": "Sonar way",
26         },
27         "qualityProfiles": [
28           {
29             "deleted": false,
30             "key": "my-qp",
31             "language": "ts",
32             "name": "Sonar way",
33           },
34         ],
35         "tags": [],
36       }
37     }
38     currentUser={
39       {
40         "dismissedNotices": {
41           "educationPrinciples": false,
42         },
43         "groups": [],
44         "isLoggedIn": true,
45         "login": "luke",
46         "name": "Skywalker",
47         "scmAccounts": [],
48       }
49     }
50     finished={false}
51     onDone={[Function]}
52     onOpen={[Function]}
53     open={true}
54   />
55   <withCLanguageFeature(withAvailableFeaturesContext(YmlFileStep))
56     component={
57       {
58         "breadcrumbs": [],
59         "key": "my-project",
60         "name": "MyProject",
61         "qualifier": "TRK",
62         "qualityGate": {
63           "isDefault": true,
64           "key": "30",
65           "name": "Sonar way",
66         },
67         "qualityProfiles": [
68           {
69             "deleted": false,
70             "key": "my-qp",
71             "language": "ts",
72             "name": "Sonar way",
73           },
74         ],
75         "tags": [],
76       }
77     }
78     finished={false}
79     mainBranchName="main"
80     onDone={[Function]}
81     onOpen={[Function]}
82     open={false}
83   />
84   <AllSetStep
85     alm="gitlab"
86     open={false}
87     stepNumber={3}
88     willRefreshAutomatically={true}
89   />
90 </Fragment>
91 `;