1
0

fix: kanban drag task test

This commit is contained in:
Dominik Pschenitschni
2021-10-02 20:10:49 +02:00
parent d66ad12f5c
commit 4ae18ec162
3 changed files with 10 additions and 53 deletions

View File

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