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', () => {