1
0

fix(i18n): adjust tests from 34780daab0

This commit is contained in:
kolaente
2024-05-24 15:04:51 +02:00
parent 536047c4c4
commit 2e298ffc11
4 changed files with 12 additions and 12 deletions

View File

@ -68,7 +68,7 @@ describe('Project View List', () => {
cy.get('.project-title-wrapper .icon')
.should('not.exist')
cy.get('input.input[placeholder="Add a new task..."')
cy.get('input.input[placeholder="Add a task..."')
.should('not.exist')
})