1
0

feat: increase task drop area size for bucket list

This commit is contained in:
Dominik Pschenitschni
2022-02-08 21:46:54 +01:00
parent 80664b6182
commit 69654b823e
3 changed files with 89 additions and 84 deletions

View File

@ -132,7 +132,7 @@ describe('List View Kanban', () => {
cy.getSettled('.kanban .bucket .tasks .task')
.contains(tasks[0].title)
.first()
.drag('.kanban .bucket:nth-child(2) .tasks .dropper')
.drag('.kanban .bucket:nth-child(2) .tasks')
cy.get('.kanban .bucket:nth-child(2) .tasks')
.should('contain', tasks[0].title)