mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
yarn test fixed, yarn lint fixed
This commit is contained in:
parent
dd3797fd84
commit
67693368b2
@ -31,8 +31,13 @@ describe('Transaction', () => {
|
||||
expect(wrapper.find('div.gdt-transaction-list-item').exists()).toBeTruthy()
|
||||
})
|
||||
|
||||
it('has a collapse button', () => {
|
||||
expect(wrapper.find('button[type="button"].btn-secondary').text()).toBe('i')
|
||||
it('has a collapse icon bi-caret-down-square', () => {
|
||||
expect(wrapper.find('div.gdt-transaction-list-item').findAll('svg').at(1).classes()).toEqual([
|
||||
'bi-caret-down-square',
|
||||
'b-icon',
|
||||
'bi',
|
||||
'text-muted',
|
||||
])
|
||||
})
|
||||
|
||||
describe('no valid GDT entry type', () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user