fix(views): create default bucket
This commit is contained in:
parent
89ed71777e
commit
32e8a15f1f
@ -24,9 +24,9 @@ describe('Project View List', () => {
|
|||||||
.should('exist')
|
.should('exist')
|
||||||
})
|
})
|
||||||
|
|
||||||
it.only('Should create a new task', () => {
|
it('Should create a new task', () => {
|
||||||
BucketFactory.create(2, {
|
BucketFactory.create(2, {
|
||||||
project_view_id: 1,
|
project_view_id: 4,
|
||||||
})
|
})
|
||||||
|
|
||||||
const newTaskTitle = 'New task'
|
const newTaskTitle = 'New task'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user