mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Update frontend/src/components/Status.spec.js
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
parent
2f6ed90f15
commit
5b1f8d1164
@ -37,7 +37,8 @@ describe('Status', () => {
|
||||
pending: false,
|
||||
})
|
||||
})
|
||||
it('it no displays an animation icon test-pending-icon', () => {
|
||||
|
||||
it('does not display an animation icon test-pending-icon', () => {
|
||||
expect(wrapper.find('.test-pending-icon').exists()).toBe(false)
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user