1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should open the right popups when the buttons are clicked 1`] = `
9 exports[`should open the right popups when the buttons are clicked 2`] = `
11 "openPopup": "delete",
15 exports[`should open the right popups when the buttons are clicked 3`] = `
17 className="issue-comment"
20 className="issue-comment-author"
24 className="little-spacer-right"
32 className="issue-comment-text markdown"
33 dangerouslySetInnerHTML={
35 "__html": "<b>test</b>",
43 className="issue-comment-age"
46 updateInterval={10000}
47 value="2017-03-01T09:36:01+0100"
51 className="issue-comment-actions"
54 className="bubble-popup-helper-inline"
66 "authorAvatar": "gravatarhash",
67 "authorName": "John Doe",
68 "createdAt": "2017-03-01T09:36:01+0100",
69 "htmlText": "<b>test</b>",
74 customClass="issue-edit-comment-bubble-popup"
75 onComment={[Function]}
77 toggleComment={[Function]}
80 position="bottomright"
81 togglePopup={[Function]}
84 className="js-issue-comment-edit button-link icon-edit icon-half-transparent"
89 className="bubble-popup-helper-inline"
102 position="bottomright"
103 togglePopup={[Function]}
106 className="js-issue-comment-delete button-link icon-delete icon-half-transparent"
114 exports[`should render correctly a comment that is not updatable 1`] = `
116 className="issue-comment"
119 className="issue-comment-author"
123 className="little-spacer-right"
131 className="issue-comment-text markdown"
132 dangerouslySetInnerHTML={
134 "__html": "<b>test</b>",
142 className="issue-comment-age"
145 updateInterval={10000}
146 value="2017-03-01T09:36:01+0100"
150 className="issue-comment-actions"
155 exports[`should render correctly a comment that is updatable 1`] = `
157 className="issue-comment"
160 className="issue-comment-author"
164 className="little-spacer-right"
172 className="issue-comment-text markdown"
173 dangerouslySetInnerHTML={
175 "__html": "<b>test</b>",
183 className="issue-comment-age"
186 updateInterval={10000}
187 value="2017-03-01T09:36:01+0100"
191 className="issue-comment-actions"
194 className="bubble-popup-helper-inline"
206 "authorAvatar": "gravatarhash",
207 "authorName": "John Doe",
208 "createdAt": "2017-03-01T09:36:01+0100",
209 "htmlText": "<b>test</b>",
210 "key": "comment-key",
214 customClass="issue-edit-comment-bubble-popup"
215 onComment={[Function]}
217 toggleComment={[Function]}
220 position="bottomright"
221 togglePopup={[Function]}
224 className="js-issue-comment-edit button-link icon-edit icon-half-transparent"
229 className="bubble-popup-helper-inline"
239 onDelete={[Function]}
242 position="bottomright"
243 togglePopup={[Function]}
246 className="js-issue-comment-delete button-link icon-delete icon-half-transparent"