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`] = `
|
|
|
|
<div class="ant-btn-group ant-dropdown-button"><a href="https://ant.design" class="ant-btn ant-btn-default">
|
2020-08-31 09:16:16 +00:00
|
|
|
<!---->
|
|
|
|
</a>
|
2020-07-30 07:41:54 +00:00
|
|
|
<!----><button class="ant-dropdown-trigger ant-btn ant-btn-default" type="button">
|
2020-08-31 09:16:16 +00:00
|
|
|
<!----><span role="img" aria-label="ellipsis" class="anticon anticon-ellipsis"><svg class="" data-icon="ellipsis" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896" focusable="false"><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>
|
|
|
|
</button>
|
|
|
|
</div>
|
2020-07-30 07:41:54 +00:00
|
|
|
`;
|