fix: add timeout to wait for move to finish
This commit is contained in:
parent
e0456cdfa1
commit
fd77aaa123
1 changed files with 1 additions and 1 deletions
|
@ -500,7 +500,7 @@ describe('Lists', () => {
|
|||
.first()
|
||||
.click()
|
||||
|
||||
cy.get('.global-notification')
|
||||
cy.get('.global-notification', { timeout: 1000 })
|
||||
.should('contain', 'Success')
|
||||
cy.go('back')
|
||||
cy.get('.kanban .bucket')
|
||||
|
|
Loading…
Reference in a new issue