Add settings for user search (#458)
Co-authored-by: kolaente <k@knt.li> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/458 Co-authored-by: konrad <konrad@kola-entertainments.de> Co-committed-by: konrad <konrad@kola-entertainments.de>
This commit is contained in:
parent
7fe0552689
commit
2a56c84e94
5 changed files with 33 additions and 10 deletions
|
|
@ -410,7 +410,7 @@ describe('Lists', () => {
|
|||
.should('contain', `/tasks/${tasks[0].id}`)
|
||||
})
|
||||
|
||||
it.only('Should remove a task from the kanban board when moving it to another list', () => {
|
||||
it('Should remove a task from the kanban board when moving it to another list', () => {
|
||||
const lists = ListFactory.create(2)
|
||||
BucketFactory.create(2, {
|
||||
list_id: '{increment}',
|
||||
|
|
|
|||
Reference in a new issue