]> source.dussan.org Git - sonarqube.git/blob
52fa708d93578dbf02f9863d8b8c4a6b4b558298
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <div
5   className="page page-limited"
6 >
7   <withRouter(TutorialSelection)
8     component={
9       {
10         "breadcrumbs": [],
11         "key": "my-project",
12         "name": "MyProject",
13         "qualifier": "TRK",
14         "qualityGate": {
15           "isDefault": true,
16           "key": "30",
17           "name": "Sonar way",
18         },
19         "qualityProfiles": [
20           {
21             "deleted": false,
22             "key": "my-qp",
23             "language": "ts",
24             "name": "Sonar way",
25           },
26         ],
27         "tags": [],
28       }
29     }
30     currentUser={
31       {
32         "dismissedNotices": {
33           "educationPrinciples": false,
34         },
35         "groups": [],
36         "isLoggedIn": true,
37         "login": "luke",
38         "name": "Skywalker",
39         "scmAccounts": [],
40       }
41     }
42   />
43 </div>
44 `;
45
46 exports[`should render correctly 2`] = `
47 <div
48   className="page page-limited"
49 >
50   <withRouter(TutorialSelection)
51     component={
52       {
53         "breadcrumbs": [],
54         "key": "my-project",
55         "name": "MyProject",
56         "qualifier": "TRK",
57         "qualityGate": {
58           "isDefault": true,
59           "key": "30",
60           "name": "Sonar way",
61         },
62         "qualityProfiles": [
63           {
64             "deleted": false,
65             "key": "my-qp",
66             "language": "ts",
67             "name": "Sonar way",
68           },
69         ],
70         "tags": [],
71       }
72     }
73     currentUser={
74       {
75         "dismissedNotices": {
76           "educationPrinciples": false,
77         },
78         "groups": [],
79         "isLoggedIn": true,
80         "login": "luke",
81         "name": "Skywalker",
82         "scmAccounts": [],
83       }
84     }
85     projectBinding={
86       {
87         "alm": "azure",
88         "key": "foo",
89         "monorepo": false,
90         "repository": "REPOSITORY_NAME",
91         "slug": "PROJECT_NAME",
92         "url": "https://ado.my_company.com/mycollection",
93       }
94     }
95   />
96 </div>
97 `;