mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-08 01:53:34 +08:00
update test snapshot
This commit is contained in:
parent
fc224525da
commit
653ec40b30
@ -34,7 +34,9 @@ exports[`Input.Search should support custom button 1`] = `
|
||||
<span
|
||||
class="ant-input-suffix"
|
||||
>
|
||||
<button>
|
||||
<button
|
||||
type="button"
|
||||
>
|
||||
ok
|
||||
</button>
|
||||
</span>
|
||||
|
@ -4,7 +4,9 @@ exports[`TimePicker renders addon correctly 1`] = `
|
||||
<div
|
||||
class="ant-time-picker-panel-addon"
|
||||
>
|
||||
<button>
|
||||
<button
|
||||
type="button"
|
||||
>
|
||||
Ok
|
||||
</button>
|
||||
</div>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user