Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lobz committed Aug 2, 2024
1 parent e9d4754 commit 3113e81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/cypress/integration/01_admin_login.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ describe('Login test', () => {
cy.get('h1').should('contain', 'Admin')

// Can see turmas
cy.contains('Turmas').click()
cy.url().should('include', '/turma')
cy.contains('Turmas')
cy.contains('Cursos').click()
cy.url().should('include', '/curso')
cy.contains('Cursos')
cy.go('back')

// Can see Users
Expand Down

0 comments on commit 3113e81

Please sign in to comment.