]> source.dussan.org Git - sonarqube.git/blob
0da0558483a264bcf40352c1f36a475b5bf19897
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`render 1`] = `
4 <ContextNavBar
5   height={72}
6   id="context-navigation"
7 >
8   <div
9     className="navbar-context-justified"
10   >
11     <Connect(OrganizationNavigationHeader)
12       organization={
13         Object {
14           "key": "foo",
15           "name": "Foo",
16           "projectVisibility": "public",
17         }
18       }
19     />
20     <OrganizationNavigationMeta
21       currentUser={
22         Object {
23           "isLoggedIn": false,
24         }
25       }
26       organization={
27         Object {
28           "key": "foo",
29           "name": "Foo",
30           "projectVisibility": "public",
31         }
32       }
33       userOrganizations={Array []}
34     />
35   </div>
36   <Connect(OrganizationNavigationMenu)
37     location={
38       Object {
39         "pathname": "/organizations/foo",
40       }
41     }
42     organization={
43       Object {
44         "key": "foo",
45         "name": "Foo",
46         "projectVisibility": "public",
47       }
48     }
49   />
50 </ContextNavBar>
51 `;