ci(cypress): fix check for no due date
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -214,8 +214,7 @@ describe('Card', function() {
|
||||
cy.tick(1_000)
|
||||
cy.get('[data-cy-due-date-remove] button').should('be.visible').click()
|
||||
|
||||
cy.get(`.card:contains("${newCardTitle}")`).find('[data-due-state]').should('not.be.visible')
|
||||
|
||||
cy.get(`.card:contains("${newCardTitle}")`).find('[data-due-state]').should('not.exist')
|
||||
})
|
||||
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user