Skip to content

Commit

Permalink
Fix deprecated KM test
Browse files Browse the repository at this point in the history
  • Loading branch information
janslifka committed Jun 4, 2024
1 parent 657ad20 commit 4784e4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cypress/e2e/knowledge-models/deprecated.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ describe('Deprecated KM', () => {
}

before(() => {
cy.putDefaultAppConfig()

cy.task('questionnaire:delete')
cy.task('package:delete', { km_id: kmId })
cy.clearServerCache()

Expand Down

0 comments on commit 4784e4f

Please sign in to comment.