2018-12-21 21:12:36 +08:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`DropdownButton should support href like Button 1`] = `
|
|
|
|
<div
|
|
|
|
class="ant-btn-group ant-dropdown-button"
|
|
|
|
>
|
|
|
|
<a
|
|
|
|
class="ant-btn ant-btn-default"
|
|
|
|
href="https://ant.design"
|
|
|
|
/>
|
|
|
|
<button
|
2019-05-06 12:04:39 +08:00
|
|
|
class="ant-btn ant-dropdown-trigger ant-btn-default"
|
2018-12-21 21:12:36 +08:00
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<i
|
2019-01-10 18:46:57 +08:00
|
|
|
aria-label="icon: ellipsis"
|
2018-12-21 21:12:36 +08:00
|
|
|
class="anticon anticon-ellipsis"
|
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="ellipsis"
|
|
|
|
fill="currentColor"
|
2019-04-11 12:48:36 +08:00
|
|
|
focusable="false"
|
2018-12-21 21:12:36 +08:00
|
|
|
height="1em"
|
|
|
|
viewBox="64 64 896 896"
|
|
|
|
width="1em"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M176 511a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm280 0a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm280 0a56 56 0 1 0 112 0 56 56 0 1 0-112 0z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
`;
|