fix: add timeout to wait for move to finish

This commit is contained in:
Dominik Pschenitschni 2021-10-11 17:51:32 +02:00
parent e0456cdfa1
commit fd77aaa123
No known key found for this signature in database
GPG key ID: B257AC0149F43A77

View file

@ -500,7 +500,7 @@ describe('Lists', () => {
.first() .first()
.click() .click()
cy.get('.global-notification') cy.get('.global-notification', { timeout: 1000 })
.should('contain', 'Success') .should('contain', 'Success')
cy.go('back') cy.go('back')
cy.get('.kanban .bucket') cy.get('.kanban .bucket')