From 94a51691f96a91988c3bfe8893653dff93b0a840 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Fri, 16 Apr 2021 11:42:41 +0200 Subject: [PATCH] Update frontend/src/views/Layout/DashboardLayout_gdd.spec.js Co-authored-by: Ulf Gebhardt --- frontend/src/views/Layout/DashboardLayout_gdd.spec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/views/Layout/DashboardLayout_gdd.spec.js b/frontend/src/views/Layout/DashboardLayout_gdd.spec.js index dcbe0d4b6..3625df05e 100644 --- a/frontend/src/views/Layout/DashboardLayout_gdd.spec.js +++ b/frontend/src/views/Layout/DashboardLayout_gdd.spec.js @@ -98,7 +98,6 @@ describe('DashboardLayoutGdd', () => { // to do: get this working! it.skip('has second item "transactions" linked to transactions in navbar', async () => { navbar.findAll('ul > li > a').at(1).trigger('click') - //console.log(wrapper.html()) await flushPromises() await jest.runAllTimers() await flushPromises()