From aed082754926ad7acaaf2d539922d7375ba7a349 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Thu, 2 Sep 2021 07:51:56 +0200 Subject: [PATCH] fix: Flaky Test for Logout --- frontend/src/views/Layout/DashboardLayout_gdd.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/Layout/DashboardLayout_gdd.spec.js b/frontend/src/views/Layout/DashboardLayout_gdd.spec.js index 12a788a4b..b10e0fc91 100644 --- a/frontend/src/views/Layout/DashboardLayout_gdd.spec.js +++ b/frontend/src/views/Layout/DashboardLayout_gdd.spec.js @@ -131,7 +131,7 @@ describe('DashboardLayoutGdd', () => { await flushPromises() }) - it('calls the API', async () => { + it('calls the API', () => { expect(apolloMock).toBeCalled() })