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.

30 lines
719 B

exports[`Table.rowSelection render selection correctly 1`] = `
<div>
<div
class="ant-dropdown ant-dropdown-placement-bottomLeft ant-dropdown-hidden">
<ul
aria-activedescendant=""
class="ant-dropdown-menu ant-dropdown-menu-vertical ant-table-selection-menu ant-dropdown-menu-light ant-dropdown-menu-root"
role="menu"
tabindex="0">
<li
aria-selected="false"
class="ant-dropdown-menu-item"
role="menuitem">
<div>
全选
</div>
</li>
<li
aria-selected="false"
class="ant-dropdown-menu-item"
role="menuitem">
<div>
反选
</div>
</li>
</ul>
</div>
</div>
`;