test: fix snapshot

This commit is contained in:
afc163 2017-07-12 21:44:46 +08:00
parent 81a8d71ec3
commit ca89227568
4 changed files with 13 additions and 13 deletions

View File

@ -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=""
/>

View File

@ -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=""
/>

View File

@ -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"
/>

View File

@ -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"
/>