You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.2 KiB
45 lines
1.2 KiB
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Modal.confirm triggers callbacks correctly footer confirm should render the footer when footer is set 1`] = `
|
|
<div
|
|
class="ant-modal-content"
|
|
>
|
|
<div
|
|
class="ant-modal-body"
|
|
>
|
|
<div
|
|
class="ant-modal-confirm-body-wrapper"
|
|
>
|
|
<div
|
|
class="ant-modal-confirm-body"
|
|
>
|
|
<span
|
|
aria-label="exclamation-circle"
|
|
class="bamboo bamboo-exclamation-circle"
|
|
role="img"
|
|
>
|
|
<svg
|
|
aria-hidden="true"
|
|
data-icon="exclamation-circle"
|
|
fill="currentColor"
|
|
focusable="false"
|
|
height="1em"
|
|
viewBox="64 64 896 896"
|
|
width="1em"
|
|
>
|
|
<path
|
|
d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-32 232c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V296zm32 440a48.01 48.01 0 010-96 48.01 48.01 0 010 96z"
|
|
/>
|
|
</svg>
|
|
</span>
|
|
<div
|
|
class="ant-modal-confirm-content"
|
|
>
|
|
hai
|
|
</div>
|
|
</div>
|
|
hai
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|
|
|