mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
test: fix snapshot
This commit is contained in:
parent
81a8d71ec3
commit
ca89227568
@ -85,7 +85,7 @@ exports[`renders ./components/auto-complete/demo/basic.md correctly 1`] = `
|
||||
class="ant-select-search__field__wrap"
|
||||
>
|
||||
<input
|
||||
class="ant-input ant-input ant-select-search__field"
|
||||
class="ant-input ant-select-search__field"
|
||||
type="text"
|
||||
value=""
|
||||
/>
|
||||
@ -144,10 +144,10 @@ exports[`renders ./components/auto-complete/demo/certain-category.md correctly 1
|
||||
class="ant-select-search__field__wrap"
|
||||
>
|
||||
<span
|
||||
class="ant-input-affix-wrapper"
|
||||
class="ant-select-search__field ant-input-affix-wrapper"
|
||||
>
|
||||
<input
|
||||
class="ant-input ant-input ant-select-search__field"
|
||||
class="ant-input"
|
||||
type="text"
|
||||
value=""
|
||||
/>
|
||||
@ -211,7 +211,7 @@ exports[`renders ./components/auto-complete/demo/non-case-sensitive.md correctly
|
||||
class="ant-select-search__field__wrap"
|
||||
>
|
||||
<input
|
||||
class="ant-input ant-input ant-select-search__field"
|
||||
class="ant-input ant-select-search__field"
|
||||
type="text"
|
||||
value=""
|
||||
/>
|
||||
@ -266,7 +266,7 @@ exports[`renders ./components/auto-complete/demo/options.md correctly 1`] = `
|
||||
class="ant-select-search__field__wrap"
|
||||
>
|
||||
<input
|
||||
class="ant-input ant-input ant-select-search__field"
|
||||
class="ant-input ant-select-search__field"
|
||||
type="text"
|
||||
value=""
|
||||
/>
|
||||
@ -325,10 +325,10 @@ exports[`renders ./components/auto-complete/demo/uncertain-category.md correctly
|
||||
class="ant-select-search__field__wrap"
|
||||
>
|
||||
<span
|
||||
class="ant-input-affix-wrapper"
|
||||
class="ant-select-search__field ant-input-affix-wrapper"
|
||||
>
|
||||
<input
|
||||
class="ant-input ant-input ant-select-search__field"
|
||||
class="ant-input"
|
||||
type="text"
|
||||
value=""
|
||||
/>
|
||||
|
@ -1525,7 +1525,7 @@ exports[`renders ./components/form/demo/register.md correctly 1`] = `
|
||||
class="ant-select-search__field__wrap"
|
||||
>
|
||||
<input
|
||||
class="ant-input ant-input ant-select-search__field"
|
||||
class="ant-input ant-select-search__field"
|
||||
type="text"
|
||||
value=""
|
||||
/>
|
||||
|
@ -560,7 +560,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
|
||||
class="ant-select-search__field__wrap"
|
||||
>
|
||||
<input
|
||||
class="ant-input ant-input ant-select-search__field"
|
||||
class="ant-input ant-select-search__field"
|
||||
type="text"
|
||||
value=""
|
||||
/>
|
||||
@ -666,11 +666,11 @@ exports[`renders ./components/input/demo/presuffix.md correctly 1`] = `
|
||||
|
||||
exports[`renders ./components/input/demo/search-input.md correctly 1`] = `
|
||||
<span
|
||||
class="ant-input-affix-wrapper"
|
||||
class="ant-input-search ant-input-affix-wrapper"
|
||||
style="width:200px;"
|
||||
>
|
||||
<input
|
||||
class="ant-input ant-input-search"
|
||||
class="ant-input"
|
||||
placeholder="input search text"
|
||||
type="text"
|
||||
/>
|
||||
|
@ -987,11 +987,11 @@ exports[`renders ./components/tree/demo/line.md correctly 1`] = `
|
||||
exports[`renders ./components/tree/demo/search.md correctly 1`] = `
|
||||
<div>
|
||||
<span
|
||||
class="ant-input-affix-wrapper"
|
||||
class="ant-input-search ant-input-affix-wrapper"
|
||||
style="width:300px;"
|
||||
>
|
||||
<input
|
||||
class="ant-input ant-input-search"
|
||||
class="ant-input"
|
||||
placeholder="Search"
|
||||
type="text"
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user