update test snapshot

This commit is contained in:
愚道 2018-06-23 11:31:42 +08:00
parent fc224525da
commit 653ec40b30
3 changed files with 18 additions and 6 deletions

View File

@ -34,7 +34,9 @@ exports[`Input.Search should support custom button 1`] = `
<span
class="ant-input-suffix"
>
<button>
<button
type="button"
>
ok
</button>
</span>

View File

@ -4,7 +4,9 @@ exports[`TimePicker renders addon correctly 1`] = `
<div
class="ant-time-picker-panel-addon"
>
<button>
<button
type="button"
>
Ok
</button>
</div>

View File

@ -17,7 +17,9 @@ exports[`Upload List handle error 1`] = `
style="display: none;"
type="file"
/>
<button>
<button
type="button"
>
upload
</button>
</span>
@ -91,7 +93,9 @@ exports[`Upload List should be uploading when upload a file 1`] = `
style="display: none;"
type="file"
/>
<button>
<button
type="button"
>
upload
</button>
</span>
@ -165,7 +169,9 @@ exports[`Upload List should be uploading when upload a file 2`] = `
style="display: none;"
type="file"
/>
<button>
<button
type="button"
>
upload
</button>
</span>
@ -239,7 +245,9 @@ exports[`Upload List should non-image format file preview 1`] = `
style="display: none;"
type="file"
/>
<button>
<button
type="button"
>
upload
</button>
</span>