2018-05-15 01:52:44 +00:00
// Jest Snapshot v1, https://goo.gl/fbAQLP
2020-03-07 11:45:13 +00:00
exports[`renders ./antdv-demo/modal/demo/async.md correctly 1`] = `
2018-12-09 09:34:27 +00:00
<div><button type="button" class="ant-btn ant-btn-primary"><span>Open Modal with async logic</span></button>
2018-05-15 01:52:44 +00:00
<!---->
</div>
`;
2020-03-07 11:45:13 +00:00
exports[`renders ./antdv-demo/modal/demo/basic.md correctly 1`] = `
2018-12-09 09:34:27 +00:00
<div><button type="button" class="ant-btn ant-btn-primary"><span>Open Modal</span></button>
2018-05-15 01:52:44 +00:00
<!---->
</div>
`;
2020-03-07 11:45:13 +00:00
exports[`renders ./antdv-demo/modal/demo/button-props.md correctly 1`] = `
2018-12-09 09:34:27 +00:00
<div><button type="button" class="ant-btn ant-btn-primary"><span>Open Modal with customized button props</span></button>
2018-09-05 13:28:54 +00:00
<!---->
</div>
`;
2020-03-07 11:45:13 +00:00
exports[`renders ./antdv-demo/modal/demo/confirm.md correctly 1`] = `<div><button type="button" class="ant-btn"><span>Confirm</span></button> <button type="button" class="ant-btn ant-btn-dashed"><span>Delete</span></button> <button type="button" class="ant-btn ant-btn-dashed"><span>With extra props</span></button></div>`;
2018-05-15 01:52:44 +00:00
2020-03-07 11:45:13 +00:00
exports[`renders ./antdv-demo/modal/demo/confirm-promise.md correctly 1`] = `<button type="button" class="ant-btn"><span>Confirm</span></button>`;
2018-05-15 01:52:44 +00:00
2020-03-07 11:45:13 +00:00
exports[`renders ./antdv-demo/modal/demo/confirm-router.md correctly 1`] = `<button type="button" class="ant-btn"><span>Confirm</span></button>`;
2019-05-18 07:49:50 +00:00
2020-03-07 11:45:13 +00:00
exports[`renders ./antdv-demo/modal/demo/footer.md correctly 1`] = `
2018-12-09 09:34:27 +00:00
<div><button type="button" class="ant-btn ant-btn-primary"><span>Open Modal with customized footer</span></button>
2018-05-15 01:52:44 +00:00
<!---->
</div>
`;
2020-03-07 11:45:13 +00:00
exports[`renders ./antdv-demo/modal/demo/info.md correctly 1`] = `<div><button type="button" class="ant-btn"><span>Info</span></button> <button type="button" class="ant-btn"><span>Success</span></button> <button type="button" class="ant-btn"><span>Error</span></button> <button type="button" class="ant-btn"><span>Warning</span></button></div>`;
2018-05-15 01:52:44 +00:00
2020-03-07 11:45:13 +00:00
exports[`renders ./antdv-demo/modal/demo/locale.md correctly 1`] = `
2018-09-05 13:58:32 +00:00
<div><button type="button" class="ant-btn ant-btn-primary"><span>Modal</span></button>
2019-09-08 12:16:17 +00:00
<!----> <br> <br> <button type="button" class="ant-btn"><span>Confirm</span></button></div>
2018-05-15 01:52:44 +00:00
`;
2020-03-07 11:45:13 +00:00
exports[`renders ./antdv-demo/modal/demo/manual.md correctly 1`] = `<button type="button" class="ant-btn"><span>Open modal to close in 5s</span></button>`;
2018-05-15 01:52:44 +00:00
2020-03-07 11:45:13 +00:00
exports[`renders ./antdv-demo/modal/demo/position.md correctly 1`] = `
2018-09-05 13:58:32 +00:00
<div id="components-modal-demo-position"><button type="button" class="ant-btn ant-btn-primary"><span>Display a modal dialog at 20px to Top</span></button>
<!----> <br><br> <button type="button" class="ant-btn ant-btn-primary"><span>Vertically centered modal dialog</span></button>
2018-05-15 01:52:44 +00:00
<!---->
</div>
`;