1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render correctly: empty tab 1`] = `
7 selected="vulnerability"
11 "key": "vulnerability",
12 "label": "hotspot.tabs.vulnerability_description",
16 "label": "hotspot.tabs.fix_recommendations",
22 className="boxed-group markdown big-padded"
23 dangerouslySetInnerHTML={
25 "__html": "<p>This a <strong>strong</strong> message about vulnerability !</p>",
32 exports[`should render correctly: fix 1`] = `
41 "label": "hotspot.tabs.risk_description",
44 "key": "vulnerability",
45 "label": "hotspot.tabs.vulnerability_description",
49 "label": "hotspot.tabs.fix_recommendations",
55 className="boxed-group markdown big-padded"
56 dangerouslySetInnerHTML={
58 "__html": "<p>This a <strong>strong</strong> message about fixing !</p>",
65 exports[`should render correctly: no tabs 1`] = `""`;
67 exports[`should render correctly: risk 1`] = `
76 "label": "hotspot.tabs.risk_description",
79 "key": "vulnerability",
80 "label": "hotspot.tabs.vulnerability_description",
84 "label": "hotspot.tabs.fix_recommendations",
90 className="boxed-group markdown big-padded"
91 dangerouslySetInnerHTML={
93 "__html": "<p>This a <strong>strong</strong> message about risk !</p>",
100 exports[`should render correctly: vulnerability 1`] = `
103 onSelect={[Function]}
104 selected="vulnerability"
109 "label": "hotspot.tabs.risk_description",
112 "key": "vulnerability",
113 "label": "hotspot.tabs.vulnerability_description",
117 "label": "hotspot.tabs.fix_recommendations",
123 className="boxed-group markdown big-padded"
124 dangerouslySetInnerHTML={
126 "__html": "<p>This a <strong>strong</strong> message about vulnerability !</p>",