fix(tests): new project input field
This commit is contained in:
parent
6cc11e64ab
commit
e30a4452f2
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user