Fix tests after changing button classes
This commit is contained in:
parent
4f872c92d8
commit
0afd5005a4
4 changed files with 5 additions and 5 deletions
|
|
@ -17,7 +17,7 @@ describe('Team', () => {
|
|||
.contains('Create a new team')
|
||||
cy.get('input.input')
|
||||
.type('New Team')
|
||||
cy.get('button.is-success')
|
||||
cy.get('button')
|
||||
.contains('Add')
|
||||
.click()
|
||||
|
||||
|
|
|
|||
Reference in a new issue