mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix tests
This commit is contained in:
parent
a8e8513ab2
commit
1a81bc53cb
@ -191,6 +191,7 @@ describe('GddTransactionList', () => {
|
||||
it('has a bi-arrow-down-circle icon', () => {
|
||||
expect(transaction.findAll('svg').at(1).classes()).toEqual([
|
||||
'bi-arrow-down-circle',
|
||||
'h1',
|
||||
'b-icon',
|
||||
'bi',
|
||||
'text-muted',
|
||||
@ -228,6 +229,7 @@ describe('GddTransactionList', () => {
|
||||
it('has a bi-arrow-down-circle icon', () => {
|
||||
expect(transaction.findAll('svg').at(0).classes()).toEqual([
|
||||
'bi-arrow-down-circle',
|
||||
'h1',
|
||||
'b-icon',
|
||||
'bi',
|
||||
'text-muted',
|
||||
@ -300,6 +302,7 @@ describe('GddTransactionList', () => {
|
||||
it('has a bi-arrow-down-circle icon', () => {
|
||||
expect(transaction.findAll('svg').at(0).classes()).toEqual([
|
||||
'bi-arrow-down-circle',
|
||||
'h1',
|
||||
'b-icon',
|
||||
'bi',
|
||||
'text-muted',
|
||||
@ -360,6 +363,7 @@ describe('GddTransactionList', () => {
|
||||
it('has a bi-arrow-down-circle icon', () => {
|
||||
expect(transaction.findAll('svg').at(1).classes()).toEqual([
|
||||
'bi-arrow-down-circle',
|
||||
'h1',
|
||||
'b-icon',
|
||||
'bi',
|
||||
'text-muted',
|
||||
|
||||
@ -34,6 +34,7 @@ describe('Transaction', () => {
|
||||
it('has a collapse icon bi-arrow-down-circle', () => {
|
||||
expect(wrapper.find('div.gdt-transaction-list').findAll('svg').at(1).classes()).toEqual([
|
||||
'bi-arrow-down-circle',
|
||||
'h1',
|
||||
'b-icon',
|
||||
'bi',
|
||||
'text-muted',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user