]> source.dussan.org Git - sonarqube.git/blob
955955a8e5af5c5e4b8c29286d8d3d58f12d3281
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render the comment delete popup correctly 1`] = `
4 <DropdownOverlay
5   placement="bottom-right"
6 >
7   <div
8     className="menu is-container"
9   >
10     <div
11       className="spacer-bottom"
12     >
13       issue.comment.delete_confirm_message
14     </div>
15     <Button
16       className="button-red"
17       onClick={[MockFunction]}
18     >
19       delete
20     </Button>
21   </div>
22 </DropdownOverlay>
23 `;