delete flushPromisesin test

This commit is contained in:
ogerly 2022-08-11 14:23:56 +02:00
parent 3e1e493ad0
commit 289b758ca6

View File

@ -1,7 +1,6 @@
import { mount } from '@vue/test-utils'
import Transactions from './Transactions'
import { GdtEntryType } from '@/graphql/enums'
import flushPromises from 'flush-promises'
import { toastErrorSpy } from '@test/testSetup'
@ -163,7 +162,6 @@ describe('Transactions', () => {
describe('click on GDD tab', () => {
beforeEach(() => {
flushPromises()
wrapper.findAll('li[ role="presentation"]').at(0).find('a').trigger('click')
})