]> source.dussan.org Git - sonarqube.git/blob
c2eea8f86d0b2846a48935fe49d4b9051c53a046
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly: default 1`] = `
4 <Dropdown
5   onOpen={[Function]}
6   overlay={
7     <ul
8       className="menu"
9     >
10       <li
11         className="little-spacer-bottom"
12       >
13         <ProjectCreationMenuItem
14           alm="manual"
15         />
16       </li>
17       <li
18         className="bordered-top little-padded-top"
19       >
20         <Link
21           className="display-flex-center"
22           to={
23             Object {
24               "pathname": "/projects/create",
25             }
26           }
27         >
28           <EllipsisIcon
29             className="spacer-right"
30             size={16}
31           />
32           more
33         </Link>
34       </li>
35     </ul>
36   }
37 >
38   <Button
39     className="button-primary"
40   >
41     projects.add
42     <DropdownIcon
43       className="spacer-left "
44     />
45   </Button>
46 </Dropdown>
47 `;
48
49 exports[`should render correctly: not allowed 1`] = `""`;