Skip to content
Snippets Groups Projects

feat(custom-popup): added link in custom modal

Merged Rémi PAILHAREY requested to merge 17-diffuser-une-enquete-dans-la-custom-popup into dev
All threads resolved!
3 files
+ 31
32
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -417,11 +417,6 @@ exports[`CustomPopupModal component should render correctly 1`] = `
>
Bold title
</div>
<div
id="accessibility-content"
>
Interesting description
</div>
<button
aria-label="feedback.accessibility.button_close"
class="MuiButtonBase-root MuiIconButton-root modal-paper-close-button"
@@ -450,7 +445,7 @@ exports[`CustomPopupModal component should render correctly 1`] = `
>
<svg
aria-hidden="true"
class="warn-icon styles__icon___23x3R"
class="styles__icon___23x3R"
height="100"
width="100"
>
@@ -695,11 +690,6 @@ exports[`CustomPopupModal component should render correctly 1`] = `
>
Bold title
</div>
<div
id="accessibility-content"
>
Interesting description
</div>
<WithStyles(ForwardRef(IconButton))
aria-label="feedback.accessibility.button_close"
className="modal-paper-close-button"
@@ -829,27 +819,25 @@ exports[`CustomPopupModal component should render correctly 1`] = `
className="customPopupModal"
>
<StyledIcon
className="warn-icon"
icon="test-file-stub"
size={100}
>
<Icon
aria-hidden={true}
className="warn-icon"
icon="test-file-stub"
size={100}
spin={false}
>
<Component
aria-hidden={true}
className="warn-icon styles__icon___23x3R"
className="styles__icon___23x3R"
height={100}
style={Object {}}
width={100}
>
<svg
aria-hidden={true}
className="warn-icon styles__icon___23x3R"
className="styles__icon___23x3R"
height={100}
style={Object {}}
width={100}
@@ -868,9 +856,12 @@ exports[`CustomPopupModal component should render correctly 1`] = `
</div>
<div
className="customPopup-content text-16-normal"
>
Interesting description
</div>
dangerouslySetInnerHTML={
Object {
"__html": "Interesting description",
}
}
/>
<WithStyles(ForwardRef(Button))
classes={
Object {
Loading