mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
delete flushPromisesin test
This commit is contained in:
parent
3e1e493ad0
commit
289b758ca6
@ -1,7 +1,6 @@
|
|||||||
import { mount } from '@vue/test-utils'
|
import { mount } from '@vue/test-utils'
|
||||||
import Transactions from './Transactions'
|
import Transactions from './Transactions'
|
||||||
import { GdtEntryType } from '@/graphql/enums'
|
import { GdtEntryType } from '@/graphql/enums'
|
||||||
import flushPromises from 'flush-promises'
|
|
||||||
|
|
||||||
import { toastErrorSpy } from '@test/testSetup'
|
import { toastErrorSpy } from '@test/testSetup'
|
||||||
|
|
||||||
@ -163,7 +162,6 @@ describe('Transactions', () => {
|
|||||||
|
|
||||||
describe('click on GDD tab', () => {
|
describe('click on GDD tab', () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
flushPromises()
|
|
||||||
wrapper.findAll('li[ role="presentation"]').at(0).find('a').trigger('click')
|
wrapper.findAll('li[ role="presentation"]').at(0).find('a').trigger('click')
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user