From 289b758ca6e38034f382d07fd3d226e16da60b99 Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 11 Aug 2022 14:23:56 +0200 Subject: [PATCH] delete flushPromisesin test --- frontend/src/pages/Transactions.spec.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/pages/Transactions.spec.js b/frontend/src/pages/Transactions.spec.js index 822a8f558..171a089ca 100644 --- a/frontend/src/pages/Transactions.spec.js +++ b/frontend/src/pages/Transactions.spec.js @@ -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') })