add it todo in test

This commit is contained in:
ogerly 2022-08-31 14:58:35 +02:00
parent 3ed2ecdd23
commit 56a56e3c1d

View File

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