From 56a56e3c1d2b8e2d08b7be491fb756fb32deb0ec Mon Sep 17 00:00:00 2001 From: ogerly Date: Wed, 31 Aug 2022 14:58:35 +0200 Subject: [PATCH] add it todo in test --- frontend/src/pages/Community.spec.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/pages/Community.spec.js b/frontend/src/pages/Community.spec.js index 781277e31..26d30c1d9 100644 --- a/frontend/src/pages/Community.spec.js +++ b/frontend/src/pages/Community.spec.js @@ -92,6 +92,8 @@ describe('Community', () => { it('has three tabs', () => { expect(wrapper.findAll('div[role="tabpanel"]')).toHaveLength(3) }) + + it.todo('check for correct tabIndex if state is "IN_PROGRESS" or not') }) describe('API calls after creation', () => {