2017-11-11 00:07:03 +08:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
2019-06-30 00:29:48 +08:00
|
|
|
exports[`Tooltip should hide when mouse leave antd disabled component Button 1`] = `
|
2017-11-11 00:07:03 +08:00
|
|
|
<span
|
|
|
|
style="display: inline-block; cursor: not-allowed;"
|
|
|
|
>
|
|
|
|
<button
|
|
|
|
class="ant-btn"
|
|
|
|
disabled=""
|
|
|
|
style="pointer-events: none;"
|
|
|
|
type="button"
|
2019-06-30 00:29:48 +08:00
|
|
|
/>
|
|
|
|
</span>
|
|
|
|
`;
|
|
|
|
|
2019-08-07 14:33:01 +08:00
|
|
|
exports[`Tooltip should hide when mouse leave antd disabled component Checkbox 1`] = `
|
|
|
|
<span
|
|
|
|
style="display: inline-block; cursor: not-allowed;"
|
|
|
|
>
|
|
|
|
<label
|
|
|
|
class="ant-checkbox-wrapper ant-checkbox-wrapper-disabled"
|
|
|
|
style="pointer-events: none;"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-checkbox ant-checkbox-disabled"
|
|
|
|
>
|
|
|
|
<input
|
|
|
|
class="ant-checkbox-input"
|
|
|
|
disabled=""
|
|
|
|
type="checkbox"
|
|
|
|
value=""
|
|
|
|
/>
|
|
|
|
<span
|
|
|
|
class="ant-checkbox-inner"
|
|
|
|
/>
|
|
|
|
</span>
|
|
|
|
</label>
|
|
|
|
</span>
|
|
|
|
`;
|
|
|
|
|
2019-06-30 00:29:48 +08:00
|
|
|
exports[`Tooltip should hide when mouse leave antd disabled component Switch 1`] = `
|
|
|
|
<span
|
|
|
|
style="display: inline-block; cursor: not-allowed;"
|
|
|
|
>
|
|
|
|
<button
|
|
|
|
aria-checked="false"
|
|
|
|
class="ant-switch ant-switch-disabled"
|
|
|
|
disabled=""
|
|
|
|
role="switch"
|
|
|
|
style="pointer-events: none;"
|
|
|
|
type="button"
|
2017-11-11 00:07:03 +08:00
|
|
|
>
|
2019-06-30 00:29:48 +08:00
|
|
|
<span
|
|
|
|
class="ant-switch-inner"
|
|
|
|
/>
|
2017-11-11 00:07:03 +08:00
|
|
|
</button>
|
|
|
|
</span>
|
|
|
|
`;
|