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