]> source.dussan.org Git - sonarqube.git/blob
e8090585551aeb0d72551f978243541dbca45b47
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <BubblePopup
5   customClass="bubble-popup-right"
6   position={
7     Object {
8       "left": -125,
9       "top": 16,
10       "width": 150,
11     }
12   }
13 >
14   <div
15     className="overview-analysis-graph-tooltip"
16   >
17     <div
18       className="overview-analysis-graph-tooltip-title"
19     >
20       <FormattedDate
21         date={2011-10-25T10:27:41.000Z}
22         format="LL"
23       />
24     </div>
25     <table
26       className="width-100"
27     >
28       <tbody>
29         <PreviewGraphTooltipsContent
30           serie={
31             Object {
32               "data": Array [
33                 Object {
34                   "x": "2011-10-01T22:01:00.000Z",
35                   "y": 18,
36                 },
37                 Object {
38                   "x": "2011-10-25T10:27:41.000Z",
39                   "y": 15,
40                 },
41               ],
42               "name": "code_smells",
43               "style": 1,
44               "translatedName": "Code Smells",
45             }
46           }
47           translatedName="Code Smells"
48           value="Formated.15"
49         />
50         <PreviewGraphTooltipsContent
51           serie={
52             Object {
53               "data": Array [
54                 Object {
55                   "x": "2011-10-01T22:01:00.000Z",
56                   "y": 3,
57                 },
58                 Object {
59                   "x": "2011-10-25T10:27:41.000Z",
60                   "y": 0,
61                 },
62               ],
63               "name": "bugs",
64               "style": 0,
65               "translatedName": "Bugs",
66             }
67           }
68           translatedName="Bugs"
69           value="Formated.0"
70         />
71         <PreviewGraphTooltipsContent
72           serie={
73             Object {
74               "data": Array [
75                 Object {
76                   "x": "2011-10-01T22:01:00.000Z",
77                   "y": 0,
78                 },
79                 Object {
80                   "x": "2011-10-25T10:27:41.000Z",
81                   "y": 1,
82                 },
83               ],
84               "name": "vulnerabilities",
85               "style": 2,
86               "translatedName": "Vulnerabilities",
87             }
88           }
89           translatedName="Vulnerabilities"
90           value="Formated.1"
91         />
92       </tbody>
93     </table>
94   </div>
95 </BubblePopup>
96 `;