fix(tests): new project input field

This commit is contained in:
kolaente 2023-05-30 10:57:08 +02:00
parent 6cc11e64ab
commit e30a4452f2
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ describe('Projects', () => {
.should('contain', '/projects/new')
cy.get('.card-header-title')
.contains('New project')
cy.get('input.input')
cy.get('input[name=projectTitle]')
.type('New Project')
cy.get('.button')
.contains('Create')