]> source.dussan.org Git - sonarqube.git/blob
da58a8ccb009065ca53132f165ad9dcba2141f96
[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         target="_blank"
15         to="/documentation"
16       >
17         embed_docs.documentation
18       </Link>
19     </li>
20     <li>
21       <Link
22         onClick={[MockFunction]}
23         to="/web_api"
24       >
25         api_documentation.page
26       </Link>
27     </li>
28     <li
29       className="divider"
30     />
31     <li>
32       <a
33         href="https://community.sonarsource.com/"
34         rel="noopener noreferrer"
35         target="_blank"
36       >
37         embed_docs.get_help
38       </a>
39     </li>
40     <li
41       className="divider"
42     />
43     <li
44       className="menu-header"
45     >
46       embed_docs.stay_connected
47     </li>
48     <li>
49       <a
50         href="https://www.sonarqube.org/whats-new/?referrer=sonarqube"
51         rel="noopener noreferrer"
52         target="_blank"
53       >
54         <img
55           alt="embed_docs.news"
56           className="spacer-right"
57           height="18"
58           src="/images/embed-doc/sq-icon.svg"
59           width="18"
60         />
61         embed_docs.news
62       </a>
63     </li>
64     <li>
65       <a
66         href="https://twitter.com/SonarQube"
67         rel="noopener noreferrer"
68         target="_blank"
69       >
70         <img
71           alt="Twitter"
72           className="spacer-right"
73           height="18"
74           src="/images/embed-doc/twitter-icon.svg"
75           width="18"
76         />
77         Twitter
78       </a>
79     </li>
80   </ul>
81 </DropdownOverlay>
82 `;