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()
|
cy.url()
|
||||||
.should('contain', '/edit')
|
.should('contain', '/edit')
|
||||||
cy.get('.card-header .card-header-title')
|
cy.get('.card-header .card-header-title')
|
||||||
.first()
|
.contains('Edit Team')
|
||||||
.should('contain', 'Edit Team')
|
.should('exist')
|
||||||
})
|
})
|
||||||
|
|
||||||
it('Shows all teams', () => {
|
it('Shows all teams', () => {
|
||||||
|
|
Loading…
Reference in a new issue