ant-design/components/alert/__tests__/__snapshots__/demo.test.js.snap

425 lines
8.1 KiB
Plaintext
Raw Normal View History

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`renders ./components/alert/demo/banner.md correctly 1`] = `
2016-11-22 14:28:05 +08:00
<div>
<div
class="ant-alert ant-alert-warning ant-alert-banner"
data-show="true"
>
2016-11-22 14:28:05 +08:00
<i
class="anticon anticon-exclamation-circle ant-alert-icon"
/>
2016-11-22 14:28:05 +08:00
<span
class="ant-alert-message"
>
2016-11-22 14:28:05 +08:00
Warning text
</span>
<span
class="ant-alert-description"
/>
2016-11-22 14:28:05 +08:00
</div>
<br />
<div
class="ant-alert ant-alert-warning ant-alert-banner"
data-show="true"
>
2016-11-22 14:28:05 +08:00
<i
class="anticon anticon-exclamation-circle ant-alert-icon"
/>
2016-11-22 14:28:05 +08:00
<span
class="ant-alert-message"
>
2016-11-22 14:28:05 +08:00
Very long warning text warning text text text text text text text
</span>
<span
class="ant-alert-description"
/>
2016-11-22 14:28:05 +08:00
<a
class="ant-alert-close-icon"
>
2016-11-22 14:28:05 +08:00
<i
class="anticon anticon-cross"
/>
2016-11-22 14:28:05 +08:00
</a>
</div>
<br />
<div
class="ant-alert ant-alert-warning ant-alert-no-icon ant-alert-banner"
data-show="true"
>
<span
class="ant-alert-message"
>
Warning text without icon
</span>
<span
class="ant-alert-description"
/>
</div>
<br />
<div
class="ant-alert ant-alert-error ant-alert-banner"
data-show="true"
>
<i
class="anticon anticon-cross-circle ant-alert-icon"
/>
<span
class="ant-alert-message"
>
Error text
</span>
<span
class="ant-alert-description"
/>
</div>
2016-11-22 14:28:05 +08:00
</div>
`;
exports[`renders ./components/alert/demo/basic.md correctly 1`] = `
2016-11-22 14:28:05 +08:00
<div
class="ant-alert ant-alert-success ant-alert-no-icon"
data-show="true"
>
2016-11-22 14:28:05 +08:00
<span
class="ant-alert-message"
>
2016-11-22 14:28:05 +08:00
Success Text
</span>
<span
class="ant-alert-description"
/>
2016-11-22 14:28:05 +08:00
</div>
`;
exports[`renders ./components/alert/demo/closable.md correctly 1`] = `
2016-11-22 14:28:05 +08:00
<div>
<div
class="ant-alert ant-alert-warning ant-alert-no-icon"
data-show="true"
>
2016-11-22 14:28:05 +08:00
<span
class="ant-alert-message"
>
2016-11-22 14:28:05 +08:00
Warning Text Warning Text Warning TextW arning Text Warning Text Warning TextWarning Text
</span>
<span
class="ant-alert-description"
/>
2016-11-22 14:28:05 +08:00
<a
class="ant-alert-close-icon"
>
2016-11-22 14:28:05 +08:00
<i
class="anticon anticon-cross"
/>
2016-11-22 14:28:05 +08:00
</a>
</div>
<div
class="ant-alert ant-alert-error ant-alert-with-description ant-alert-no-icon"
data-show="true"
>
2016-11-22 14:28:05 +08:00
<span
class="ant-alert-message"
>
2016-11-22 14:28:05 +08:00
Error Text
</span>
<span
class="ant-alert-description"
>
2016-11-22 14:28:05 +08:00
Error Description Error Description Error Description Error Description Error Description Error Description
</span>
<a
class="ant-alert-close-icon"
>
2016-11-22 14:28:05 +08:00
<i
class="anticon anticon-cross"
/>
2016-11-22 14:28:05 +08:00
</a>
</div>
</div>
`;
exports[`renders ./components/alert/demo/close-text.md correctly 1`] = `
2016-11-22 14:28:05 +08:00
<div
class="ant-alert ant-alert-info ant-alert-no-icon"
data-show="true"
>
2016-11-22 14:28:05 +08:00
<span
class="ant-alert-message"
>
2016-11-22 14:28:05 +08:00
Info Text
</span>
<span
class="ant-alert-description"
/>
2016-11-22 14:28:05 +08:00
<a
class="ant-alert-close-icon"
>
2016-11-22 14:28:05 +08:00
Close Now
</a>
</div>
`;
exports[`renders ./components/alert/demo/description.md correctly 1`] = `
2016-11-22 14:28:05 +08:00
<div>
<div
class="ant-alert ant-alert-success ant-alert-with-description ant-alert-no-icon"
data-show="true"
>
2016-11-22 14:28:05 +08:00
<span
class="ant-alert-message"
>
2016-11-22 14:28:05 +08:00
Success Text
</span>
<span
class="ant-alert-description"
>
2016-11-22 14:28:05 +08:00
Success Description Success Description Success Description
</span>
</div>
<div
class="ant-alert ant-alert-info ant-alert-with-description ant-alert-no-icon"
data-show="true"
>
2016-11-22 14:28:05 +08:00
<span
class="ant-alert-message"
>
2016-11-22 14:28:05 +08:00
Info Text
</span>
<span
class="ant-alert-description"
>
2016-11-22 14:28:05 +08:00
Info Description Info Description Info Description Info Description
</span>
</div>
<div
class="ant-alert ant-alert-warning ant-alert-with-description ant-alert-no-icon"
data-show="true"
>
2016-11-22 14:28:05 +08:00
<span
class="ant-alert-message"
>
2016-11-22 14:28:05 +08:00
Warning Text
</span>
<span
class="ant-alert-description"
>
2016-11-22 14:28:05 +08:00
Warning Description Warning Description Warning Description Warning Description
</span>
</div>
<div
class="ant-alert ant-alert-error ant-alert-with-description ant-alert-no-icon"
data-show="true"
>
2016-11-22 14:28:05 +08:00
<span
class="ant-alert-message"
>
2016-11-22 14:28:05 +08:00
Error Text
</span>
<span
class="ant-alert-description"
>
2016-11-22 14:28:05 +08:00
Error Description Error Description Error Description Error Description
</span>
</div>
</div>
`;
exports[`renders ./components/alert/demo/icon.md correctly 1`] = `
2016-11-22 14:28:05 +08:00
<div>
<div
class="ant-alert ant-alert-success"
data-show="true"
>
2016-11-22 14:28:05 +08:00
<i
class="anticon anticon-check-circle ant-alert-icon"
/>
2016-11-22 14:28:05 +08:00
<span
class="ant-alert-message"
>
2016-11-22 14:28:05 +08:00
Success Tips
</span>
<span
class="ant-alert-description"
/>
2016-11-22 14:28:05 +08:00
</div>
<div
class="ant-alert ant-alert-info"
data-show="true"
>
2016-11-22 14:28:05 +08:00
<i
class="anticon anticon-info-circle ant-alert-icon"
/>
2016-11-22 14:28:05 +08:00
<span
class="ant-alert-message"
>
2016-11-22 14:28:05 +08:00
Informational Notes
</span>
<span
class="ant-alert-description"
/>
2016-11-22 14:28:05 +08:00
</div>
<div
class="ant-alert ant-alert-warning"
data-show="true"
>
2016-11-22 14:28:05 +08:00
<i
class="anticon anticon-exclamation-circle ant-alert-icon"
/>
2016-11-22 14:28:05 +08:00
<span
class="ant-alert-message"
>
2016-11-22 14:28:05 +08:00
Warning
</span>
<span
class="ant-alert-description"
/>
2016-11-22 14:28:05 +08:00
</div>
<div
class="ant-alert ant-alert-error"
data-show="true"
>
2016-11-22 14:28:05 +08:00
<i
class="anticon anticon-cross-circle ant-alert-icon"
/>
2016-11-22 14:28:05 +08:00
<span
class="ant-alert-message"
>
2016-11-22 14:28:05 +08:00
Error
</span>
<span
class="ant-alert-description"
/>
2016-11-22 14:28:05 +08:00
</div>
<div
class="ant-alert ant-alert-success ant-alert-with-description"
data-show="true"
>
2016-11-22 14:28:05 +08:00
<i
class="anticon anticon-check-circle-o ant-alert-icon"
/>
2016-11-22 14:28:05 +08:00
<span
class="ant-alert-message"
>
2018-01-01 15:19:40 +08:00
Success Tips
2016-11-22 14:28:05 +08:00
</span>
<span
class="ant-alert-description"
>
2016-11-22 14:28:05 +08:00
Detailed description and advices about successful copywriting.
</span>
</div>
<div
class="ant-alert ant-alert-info ant-alert-with-description"
data-show="true"
>
2016-11-22 14:28:05 +08:00
<i
class="anticon anticon-info-circle-o ant-alert-icon"
/>
2016-11-22 14:28:05 +08:00
<span
class="ant-alert-message"
>
2016-11-22 14:28:05 +08:00
Informational Notes
</span>
<span
class="ant-alert-description"
>
2016-11-22 14:28:05 +08:00
Additional description and informations about copywriting.
</span>
</div>
<div
class="ant-alert ant-alert-warning ant-alert-with-description"
data-show="true"
>
2016-11-22 14:28:05 +08:00
<i
class="anticon anticon-exclamation-circle-o ant-alert-icon"
/>
2016-11-22 14:28:05 +08:00
<span
class="ant-alert-message"
>
2016-11-22 14:28:05 +08:00
Warning
</span>
<span
class="ant-alert-description"
>
2016-11-22 14:28:05 +08:00
This is a warning notice about copywriting.
</span>
</div>
<div
class="ant-alert ant-alert-error ant-alert-with-description"
data-show="true"
>
2016-11-22 14:28:05 +08:00
<i
class="anticon anticon-cross-circle-o ant-alert-icon"
/>
2016-11-22 14:28:05 +08:00
<span
class="ant-alert-message"
>
2016-11-22 14:28:05 +08:00
Error
</span>
<span
class="ant-alert-description"
>
2016-11-22 14:28:05 +08:00
This is an error message about copywriting.
</span>
</div>
</div>
`;
exports[`renders ./components/alert/demo/style.md correctly 1`] = `
2016-11-22 14:28:05 +08:00
<div>
<div
class="ant-alert ant-alert-success ant-alert-no-icon"
data-show="true"
>
2016-11-22 14:28:05 +08:00
<span
class="ant-alert-message"
>
2016-11-22 14:28:05 +08:00
Success Text
</span>
<span
class="ant-alert-description"
/>
2016-11-22 14:28:05 +08:00
</div>
<div
class="ant-alert ant-alert-info ant-alert-no-icon"
data-show="true"
>
2016-11-22 14:28:05 +08:00
<span
class="ant-alert-message"
>
2016-11-22 14:28:05 +08:00
Info Text
</span>
<span
class="ant-alert-description"
/>
2016-11-22 14:28:05 +08:00
</div>
<div
class="ant-alert ant-alert-warning ant-alert-no-icon"
data-show="true"
>
2016-11-22 14:28:05 +08:00
<span
class="ant-alert-message"
>
2016-11-22 14:28:05 +08:00
Warning Text
</span>
<span
class="ant-alert-description"
/>
2016-11-22 14:28:05 +08:00
</div>
<div
class="ant-alert ant-alert-error ant-alert-no-icon"
data-show="true"
>
2016-11-22 14:28:05 +08:00
<span
class="ant-alert-message"
>
2016-11-22 14:28:05 +08:00
Error Text
</span>
<span
class="ant-alert-description"
/>
2016-11-22 14:28:05 +08:00
</div>
</div>
`;