mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
test: update snap
This commit is contained in:
parent
0ae6a39778
commit
ec86f50650
@ -1511,7 +1511,6 @@ exports[`renders components/tooltip/demo/disabled.tsx extend context correctly 1
|
|||||||
class="ant-select-selection-search"
|
class="ant-select-selection-search"
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
aria-activedescendant="rc_select_TEST_OR_SSR_list_-1"
|
|
||||||
aria-autocomplete="list"
|
aria-autocomplete="list"
|
||||||
aria-controls="rc_select_TEST_OR_SSR_list"
|
aria-controls="rc_select_TEST_OR_SSR_list"
|
||||||
aria-expanded="false"
|
aria-expanded="false"
|
||||||
|
@ -700,7 +700,6 @@ exports[`renders components/tooltip/demo/disabled.tsx correctly 1`] = `
|
|||||||
class="ant-select-selection-search"
|
class="ant-select-selection-search"
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
aria-activedescendant="undefined_list_0"
|
|
||||||
aria-autocomplete="list"
|
aria-autocomplete="list"
|
||||||
aria-controls="undefined_list"
|
aria-controls="undefined_list"
|
||||||
aria-expanded="false"
|
aria-expanded="false"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { Button, Checkbox, Input, Select, Space, Tooltip, InputNumber } from 'antd';
|
import { Button, Checkbox, Input, Select, Space, Tooltip, InputNumber } from 'antd';
|
||||||
|
|
||||||
const WrapperTooltip = (props: { children?: React.ReactNode }) => (
|
const WrapperTooltip: React.FC<{ children?: React.ReactNode }> = (props) => (
|
||||||
<Tooltip title="Thanks for using antd. Have a nice day!" {...props} />
|
<Tooltip title="Thanks for using antd. Have a nice day!" {...props} />
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user