Skip to content

Commit

Permalink
chore: fix typo in course test
Browse files Browse the repository at this point in the history
  • Loading branch information
sjschlapbach committed Oct 3, 2024
1 parent 14374a5 commit 74d9400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/cypress/e2e/E-course-workflow.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ describe('Test course creation and editing functionalities', () => {
cy.get('[data-cy="course-deletion-modal-cancel"]').click()
cy.get(`[data-cy="delete-course-${courseDelName}"]`).click()
cy.get('[data-cy="course-deletion-participations-confirm"]').should(
'not.exists'
'not.exist'
)
cy.get('[data-cy="course-deletion-live-quiz-confirm"]')
.should('exist')
Expand Down

0 comments on commit 74d9400

Please sign in to comment.