Skip to content

Commit

Permalink
fix typo in timeLogs.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Regularmute authored Mar 19, 2024
1 parent 1ed3e77 commit 402ac1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/e2e/cypress/integration/timeLogs.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('Time Logs Page', () => {
cy.get('.timelogs-container-1').should('not.exist')
})

it('creates timeLog succesfully', () => {
it('creates timeLog successfully', () => {
cy.visit('/timelogs')
cy.get('.timelogs-container-1').should('exist')
cy.get('.input-container').should('exist')
Expand Down Expand Up @@ -71,4 +71,4 @@ describe('Time Logs Page', () => {
cy.get('.delete-sprint-button').click()
cy.deleteAllGroups()
})
})
})

0 comments on commit 402ac1c

Please sign in to comment.