]> source.dussan.org Git - sonarqube.git/blob
59fd91e1449e095c49c1b916f9e3db5b74edeef0
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render 1`] = `
4 <div
5   className="display-flex-center display-flex-justify-end"
6 >
7   <PageShortcutsTooltip
8     leftAndRightLabel="issues.to_navigate"
9     upAndDownLabel="issues.to_select_issues"
10   />
11   <div
12     className="spacer-left issues-page-actions"
13   >
14     <TotalEffort
15       effort={125}
16     />
17   </div>
18   <withCurrentUserContext(HomePageSelect)
19     className="huge-spacer-left"
20     currentPage={
21       {
22         "type": "ISSUES",
23       }
24     }
25   />
26 </div>
27 `;