1
0

Fix tests after changing button classes

This commit is contained in:
kolaente
2021-01-17 14:25:50 +01:00
parent 4f872c92d8
commit 0afd5005a4
4 changed files with 5 additions and 5 deletions

View File

@ -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()