1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render correctly 1`] = `
5 className="abs-width-400 padded"
6 onSubmit={[MockFunction]}
12 className="display-flex-column big-spacer-bottom"
15 className="big-spacer-top"
20 onCheck={[MockFunction]}
26 hotspots.status_option.FIXED
30 className="radio-button-description"
32 hotspots.status_option.FIXED.description
36 className="big-spacer-top"
41 onCheck={[MockFunction]}
47 hotspots.status_option.SAFE
51 className="radio-button-description"
53 hotspots.status_option.SAFE.description
57 className="big-spacer-top"
62 onCheck={[MockFunction]}
63 value="ADDITIONAL_REVIEW"
68 hotspots.status_option.ADDITIONAL_REVIEW
72 className="radio-button-description"
74 hotspots.status_option.ADDITIONAL_REVIEW.description
79 className="display-flex-column big-spacer-bottom"
82 className="little-spacer-bottom"
88 className="form-field fixed-width spacer-bottom"
92 value="written comment"
97 className="text-right"
102 hotspots.form.submit.REVIEWED
108 exports[`should render correctly: Submitting 1`] = `
110 className="abs-width-400 padded"
111 onSubmit={[MockFunction]}
117 className="display-flex-column big-spacer-bottom"
120 className="big-spacer-top"
125 onCheck={[MockFunction]}
131 hotspots.status_option.FIXED
135 className="radio-button-description"
137 hotspots.status_option.FIXED.description
141 className="big-spacer-top"
146 onCheck={[MockFunction]}
152 hotspots.status_option.SAFE
156 className="radio-button-description"
158 hotspots.status_option.SAFE.description
162 className="big-spacer-top"
167 onCheck={[MockFunction]}
168 value="ADDITIONAL_REVIEW"
173 hotspots.status_option.ADDITIONAL_REVIEW
177 className="radio-button-description"
179 hotspots.status_option.ADDITIONAL_REVIEW.description
184 className="display-flex-column big-spacer-bottom"
187 className="little-spacer-bottom"
189 hotspots.form.comment
193 className="form-field fixed-width spacer-bottom"
194 onChange={[Function]}
197 value="written comment"
202 className="text-right"
205 className="spinner spacer-right"
210 hotspots.form.submit.REVIEWED
216 exports[`should render correctly: restricted access 1`] = `
218 className="abs-width-400 padded"
219 onSubmit={[MockFunction]}
225 className="display-flex-column big-spacer-bottom"
228 className="big-spacer-top"
237 className="text-muted"
239 hotspots.status_option.FIXED
243 className="radio-button-description text-muted"
245 hotspots.status_option.FIXED.description
249 className="big-spacer-top"
258 className="text-muted"
260 hotspots.status_option.SAFE
264 className="radio-button-description text-muted"
266 hotspots.status_option.SAFE.description
270 className="big-spacer-top"
276 value="ADDITIONAL_REVIEW"
279 className="text-muted"
281 hotspots.status_option.ADDITIONAL_REVIEW
285 className="radio-button-description text-muted"
287 hotspots.status_option.ADDITIONAL_REVIEW.description
292 className="display-flex-column big-spacer-bottom"
295 className="little-spacer-bottom"
297 hotspots.form.comment
301 className="form-field fixed-width spacer-bottom"
302 onChange={[Function]}
305 value="written comment"
310 className="text-right"
315 hotspots.form.submit.REVIEWED
321 exports[`should render correctly: safe option selected 1`] = `
323 className="abs-width-400 padded"
324 onSubmit={[MockFunction]}
330 className="display-flex-column big-spacer-bottom"
333 className="big-spacer-top"
338 onCheck={[MockFunction]}
344 hotspots.status_option.FIXED
348 className="radio-button-description"
350 hotspots.status_option.FIXED.description
354 className="big-spacer-top"
359 onCheck={[MockFunction]}
365 hotspots.status_option.SAFE
369 className="radio-button-description"
371 hotspots.status_option.SAFE.description
375 className="big-spacer-top"
380 onCheck={[MockFunction]}
381 value="ADDITIONAL_REVIEW"
386 hotspots.status_option.ADDITIONAL_REVIEW
390 className="radio-button-description"
392 hotspots.status_option.ADDITIONAL_REVIEW.description
397 className="display-flex-column big-spacer-bottom"
400 className="little-spacer-bottom"
402 hotspots.form.comment
406 className="form-field fixed-width spacer-bottom"
407 onChange={[Function]}
408 placeholder="hotspots.form.comment.placeholder"
410 value="written comment"
415 className="text-right"
420 hotspots.form.submit.REVIEWED
426 exports[`should render correctly: user selected 1`] = `
428 className="abs-width-400 padded"
429 onSubmit={[MockFunction]}
435 className="display-flex-column big-spacer-bottom"
438 className="big-spacer-top"
443 onCheck={[MockFunction]}
449 hotspots.status_option.FIXED
453 className="radio-button-description"
455 hotspots.status_option.FIXED.description
459 className="big-spacer-top"
464 onCheck={[MockFunction]}
470 hotspots.status_option.SAFE
474 className="radio-button-description"
476 hotspots.status_option.SAFE.description
480 className="big-spacer-top"
485 onCheck={[MockFunction]}
486 value="ADDITIONAL_REVIEW"
491 hotspots.status_option.ADDITIONAL_REVIEW
495 className="radio-button-description"
497 hotspots.status_option.ADDITIONAL_REVIEW.description
502 className="form-field huge-spacer-left"
505 hotspots.form.assign_to
507 <HotspotAssigneeSelect
508 onSelect={[MockFunction]}
512 className="display-flex-column big-spacer-bottom"
515 className="little-spacer-bottom"
517 hotspots.form.comment
521 className="form-field fixed-width spacer-bottom"
522 onChange={[Function]}
525 value="written comment"
530 className="text-right"
535 hotspots.form.submit.REVIEWED