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.
ant-design-vue/components/modal/__tests__/__snapshots__/demo.test.js.snap

64 lines
2.2 KiB

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`renders ./components/modal/demo/async.md correctly 1`] = `
<div>
<button type="button" class="ant-btn ant-btn-primary"><span>Open</span></button>
<!---->
</div>
`;
exports[`renders ./components/modal/demo/basic.md correctly 1`] = `
<div>
<button type="button" class="ant-btn ant-btn-primary"><span>Open</span></button>
<!---->
</div>
`;
exports[`renders ./components/modal/demo/confirm.md correctly 1`] = `
<div>
<button type="button" class="ant-btn ant-btn-default"><span>Confirm</span></button>
<button type="button" class="ant-btn ant-btn-dashed"><span>Delete</span></button>
</div>
`;
exports[`renders ./components/modal/demo/confirm-promise.md correctly 1`] = `<button type="button" class="ant-btn ant-btn-default"><span>Confirm</span></button>`;
exports[`renders ./components/modal/demo/footer.md correctly 1`] = `
<div>
<button type="button" class="ant-btn ant-btn-primary"><span>Open</span></button>
<!---->
</div>
`;
exports[`renders ./components/modal/demo/info.md correctly 1`] = `
<div>
<button type="button" class="ant-btn ant-btn-default"><span>Info</span></button>
<button type="button" class="ant-btn ant-btn-default"><span>Success</span></button>
<button type="button" class="ant-btn ant-btn-default"><span>Error</span></button>
<button type="button" class="ant-btn ant-btn-default"><span>Warning</span></button>
</div>
`;
exports[`renders ./components/modal/demo/locale.md correctly 1`] = `
<div>
<button type="button" class="ant-btn ant-btn-primary"><span>Modal</span></button>
<!---->
<br>
<br>
<button type="button" class="ant-btn ant-btn-default"><span>Confirm</span></button>
</div>
`;
exports[`renders ./components/modal/demo/manual.md correctly 1`] = `<button type="button" class="ant-btn ant-btn-default"><span>Success</span></button>`;
exports[`renders ./components/modal/demo/position.md correctly 1`] = `
<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>
<!---->
</div>
`;