mirror of
https://github.com/ant-design/ant-design.git
synced 2025-07-25 16:12:09 +08:00
test: update spin snap
This commit is contained in:
parent
cea34d3a61
commit
8fe2002860
@ -2,6 +2,8 @@
|
||||
|
||||
exports[`Spin if indicator set null should not be render default indicator 1`] = `
|
||||
<div
|
||||
aria-busy="true"
|
||||
aria-live="polite"
|
||||
class="ant-spin ant-spin-spinning"
|
||||
/>
|
||||
`;
|
||||
@ -45,6 +47,8 @@ exports[`Spin should render custom indicator when it's set 1`] = `
|
||||
|
||||
exports[`Spin should support static method Spin.setDefaultIndicator 1`] = `
|
||||
<div
|
||||
aria-busy="true"
|
||||
aria-live="polite"
|
||||
class="ant-spin ant-spin-spinning"
|
||||
>
|
||||
<em
|
||||
|
Loading…
Reference in New Issue
Block a user