1
0

fix(i18n): adjust tests from 34780daab0

This commit is contained in:
kolaente
2024-05-24 15:04:51 +02:00
parent 536047c4c4
commit 2e298ffc11
4 changed files with 12 additions and 12 deletions

View File

@ -14,12 +14,12 @@ describe('Team', () => {
const newTeamName = 'New Team'
cy.get('a.button')
.contains('Create a new team')
.contains('Create a team')
.click()
cy.url()
.should('contain', '/teams/new')
cy.get('.card-header-title')
.contains('Create a new team')
.contains('Create a team')
cy.get('input.input')
.type(newTeamName)
cy.get('.button')