]> source.dussan.org Git - sonarqube.git/blob
d90f7a6843d1bf455b4450de95ce7d1bb8bebc3c
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly the list of series 1`] = `
4 <div
5   className="project-activity-graph-legends"
6 >
7   <span
8     className="spacer-left spacer-right"
9   >
10     <GraphsLegendItem
11       metric="bugs"
12       name="Bugs"
13       removeMetric={[Function]}
14       showWarning={false}
15       style="2"
16     />
17   </span>
18   <span
19     className="spacer-left spacer-right"
20   >
21     <GraphsLegendItem
22       metric="my_metric"
23       name="My Metric"
24       removeMetric={[Function]}
25       showWarning={false}
26       style="1"
27     />
28   </span>
29   <Tooltip
30     overlay="project_activity.graphs.custom.metric_no_history"
31     placement="bottom"
32   >
33     <span
34       className="spacer-left spacer-right"
35     >
36       <GraphsLegendItem
37         metric="foo"
38         name="Foo"
39         removeMetric={[Function]}
40         showWarning={true}
41         style="0"
42       />
43     </span>
44   </Tooltip>
45 </div>
46 `;