ant-design-vue/components/dropdown/__tests__/__snapshots__/dropdown-button.test.js.snap

12 lines
721 B
Plaintext
Raw Normal View History

2019-04-10 07:41:46 +00:00
// Jest Snapshot v1, https://goo.gl/fbAQLP
2020-07-30 07:41:54 +00:00
exports[`DropdownButton should support href like Button 1`] = `
2020-10-24 13:03:07 +00:00
<div class="ant-btn-group ant-dropdown-button"><a class="ant-btn ant-btn-default" href="https://ant.design">
2020-08-31 09:16:16 +00:00
<!---->
</a>
2021-06-30 06:53:18 +00:00
<!----><button class="ant-btn ant-btn-default ant-dropdown-trigger" type="button">
2021-06-20 14:53:42 +00:00
<!----><span role="img" aria-label="ellipsis" class="anticon anticon-ellipsis"><svg focusable="false" class="" data-icon="ellipsis" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896"><path d="M176 511a56 56 0 10112 0 56 56 0 10-112 0zm280 0a56 56 0 10112 0 56 56 0 10-112 0zm280 0a56 56 0 10112 0 56 56 0 10-112 0z"></path></svg></span>
2020-08-31 09:16:16 +00:00
</button>
</div>
2020-07-30 07:41:54 +00:00
`;