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()