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')
|
.should('contain', '/projects/new')
|
||||||
cy.get('.card-header-title')
|
cy.get('.card-header-title')
|
||||||
.contains('New project')
|
.contains('New project')
|
||||||
cy.get('input.input')
|
cy.get('input[name=projectTitle]')
|
||||||
.type('New Project')
|
.type('New Project')
|
||||||
cy.get('.button')
|
cy.get('.button')
|
||||||
.contains('Create')
|
.contains('Create')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user