Fix team edit test
This commit is contained in:
parent
0667a96376
commit
901f76ae3b
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ describe('Team', () => {
|
|||
cy.url()
|
||||
.should('contain', '/edit')
|
||||
cy.get('.card-header .card-header-title')
|
||||
.first()
|
||||
.should('contain', 'Edit Team')
|
||||
.contains('Edit Team')
|
||||
.should('exist')
|
||||
})
|
||||
|
||||
it('Shows all teams', () => {
|
||||
|
|
Loading…
Reference in a new issue