]> source.dussan.org Git - sonarqube.git/blob
29a379acacaeb5c0fd234c36dba437eff390c474
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render 1`] = `
4 <DropdownOverlay>
5   <ul
6     className="menu abs-width-240"
7   >
8     <ContextConsumer>
9       <Component />
10     </ContextConsumer>
11     <li>
12       <Link
13         onClick={[MockFunction]}
14         onlyActiveOnIndex={false}
15         style={Object {}}
16         target="_blank"
17         to="/documentation"
18       >
19         embed_docs.documentation
20       </Link>
21     </li>
22     <li>
23       <Link
24         onClick={[MockFunction]}
25         onlyActiveOnIndex={false}
26         style={Object {}}
27         to="/web_api"
28       >
29         api_documentation.page
30       </Link>
31     </li>
32     <li
33       className="divider"
34     />
35     <li>
36       <a
37         href="https://community.sonarsource.com/"
38         rel="noopener noreferrer"
39         target="_blank"
40       >
41         embed_docs.get_help
42       </a>
43     </li>
44     <li
45       className="divider"
46     />
47     <li
48       className="menu-header"
49     >
50       embed_docs.stay_connected
51     </li>
52     <li>
53       <a
54         href="https://www.sonarqube.org/whats-new/?referrer=sonarqube"
55         rel="noopener noreferrer"
56         target="_blank"
57       >
58         <img
59           alt="embed_docs.news"
60           className="spacer-right"
61           height="18"
62           src="/images/embed-doc/sq-icon.svg"
63           width="18"
64         />
65         embed_docs.news
66       </a>
67     </li>
68     <li>
69       <a
70         href="https://twitter.com/SonarQube"
71         rel="noopener noreferrer"
72         target="_blank"
73       >
74         <img
75           alt="Twitter"
76           className="spacer-right"
77           height="18"
78           src="/images/embed-doc/twitter-icon.svg"
79           width="18"
80         />
81         Twitter
82       </a>
83     </li>
84   </ul>
85 </DropdownOverlay>
86 `;