]> source.dussan.org Git - sonarqube.git/blob
8934f554418dc5f4e5e0145b25b95c522c46ced0
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render the changelog popup correctly 1`] = `
4 <BubblePopup
5   customClass="bubble-popup-bottom-right"
6 >
7   <div
8     className="issue-changelog"
9   >
10     <table
11       className="spaced"
12     >
13       <tbody>
14         <tr>
15           <td
16             className="thin text-left text-top nowrap"
17           >
18             March 1, 2017 9:36 AM
19           </td>
20           <td
21             className="thin text-left text-top nowrap"
22           />
23           <td
24             className="text-left text-top"
25           >
26             created_by john.david.dalton@gmail.com
27           </td>
28         </tr>
29         <tr>
30           <td
31             className="thin text-left text-top nowrap"
32           >
33             March 1, 2017 9:36 AM
34           </td>
35           <td
36             className="thin text-left text-top nowrap"
37           >
38             <Connect(Avatar)
39               className="little-spacer-right"
40               hash="gravatarhash"
41               name="john.doe"
42               size={16}
43             />
44             john.doe
45           </td>
46           <td
47             className="text-left text-top"
48           >
49             <IssueChangelogDiff
50               diff={
51                 Object {
52                   "key": "severity",
53                   "newValue": "MINOR",
54                   "oldValue": "CRITICAL",
55                 }
56               }
57             />
58           </td>
59         </tr>
60       </tbody>
61     </table>
62   </div>
63 </BubblePopup>
64 `;