2018-06-12 13:16:49 +00:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`Popconfirm should show overlay when trigger is clicked 1`] = `
|
|
|
|
<div class="ant-popover-content">
|
|
|
|
<div class="ant-popover-arrow"></div>
|
2018-11-06 03:59:20 +00:00
|
|
|
<div role="tooltip" class="ant-popover-inner">
|
2018-06-12 13:16:49 +00:00
|
|
|
<div class="ant-popover-inner-content">
|
2018-11-28 13:58:42 +00:00
|
|
|
<div class="ant-popover-message"><i class="anticon anticon-exclamation-circle"><svg viewBox="64 64 896 896" data-icon="exclamation-circle" width="1em" height="1em" fill="currentColor" aria-hidden="true" class="">
|
|
|
|
<path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"></path>
|
2018-12-08 04:05:42 +00:00
|
|
|
<path d="M464 688a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm24-112h48c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8z"></path>
|
2018-11-28 13:58:42 +00:00
|
|
|
</svg></i>
|
2018-06-12 13:16:49 +00:00
|
|
|
<div class="ant-popover-message-title">code</div>
|
|
|
|
</div>
|
2018-09-05 13:58:32 +00:00
|
|
|
<div class="ant-popover-buttons"><button type="button" class="ant-btn ant-btn-default ant-btn-sm"><span>Cancel</span></button><button type="button" class="ant-btn ant-btn-primary ant-btn-sm"><span>OK</span></button></div>
|
2018-06-12 13:16:49 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|