1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render correctly 1`] = `
5 className="padded it__hs-review-history"
8 htmlFor="security-hotspot-comment"
10 hotspots.comment.field
13 className="form-field fixed-width width-100 spacer-bottom"
14 id="security-hotspot-comment"
20 className="display-flex-space-between display-flex-center "
23 className="huge-spacer-bottom"
27 className="huge-spacer-bottom"
28 id="hotspot-comment-box-submit"
31 hotspots.comment.submit
36 className="spacer-top big-spacer-bottom"
38 hotspot.section.activity
43 "assignee": "assignee",
57 "canChangeStatus": true,
61 "key": "hotspot-component",
62 "longName": "Hotspot component long name",
63 "name": "Hotspot Component",
64 "path": "path/to/component",
67 "creationDate": "2013-05-13T17:55:41+0200",
72 "component": "main.js",
83 "key": "01fc972e-2a3c-433e-bcae-0bd7f88f5123",
85 "message": "'3' is a magic number.",
87 "key": "hotspot-component",
88 "longName": "Hotspot component long name",
89 "name": "Hotspot Component",
90 "path": "path/to/component",
93 "resolution": "FIXED",
97 "securityCategory": "sql-injection",
98 "vulnerabilityProbability": "HIGH",
100 "status": "REVIEWED",
107 "updateDate": "2013-05-13T17:55:42+0200",
124 onDeleteComment={[Function]}
125 onEditComment={[Function]}
126 onShowFullHistory={[Function]}
127 showFullHistory={false}
132 exports[`should render correctly without user 1`] = `
134 className="padded it__hs-review-history"
137 className="spacer-top big-spacer-bottom"
139 hotspot.section.activity
141 <HotspotReviewHistory
144 "assignee": "assignee",
158 "canChangeStatus": true,
162 "key": "hotspot-component",
163 "longName": "Hotspot component long name",
164 "name": "Hotspot Component",
165 "path": "path/to/component",
168 "creationDate": "2013-05-13T17:55:41+0200",
173 "component": "main.js",
184 "key": "01fc972e-2a3c-433e-bcae-0bd7f88f5123",
186 "message": "'3' is a magic number.",
188 "key": "hotspot-component",
189 "longName": "Hotspot component long name",
190 "name": "Hotspot Component",
191 "path": "path/to/component",
194 "resolution": "FIXED",
196 "key": "squid:S2077",
198 "securityCategory": "sql-injection",
199 "vulnerabilityProbability": "HIGH",
201 "status": "REVIEWED",
208 "updateDate": "2013-05-13T17:55:42+0200",
225 onDeleteComment={[Function]}
226 onEditComment={[Function]}
227 onShowFullHistory={[Function]}
228 showFullHistory={false}