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