Skip to content

Commit

Permalink
chore: delete the app after the test is complete
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Sep 5, 2023
1 parent 8787705 commit 8122f93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ Then('different dashboard displays in view mode', () => {
.and('not.contain', TEST_DASHBOARD_TITLE)

// remove the custom app
// cy.request('DELETE', `${getApiBaseUrl()}/api/apps/${customApp.name}`)
cy.request('DELETE', `${getApiBaseUrl()}/api/apps/${customApp.name}`)
})

0 comments on commit 8122f93

Please sign in to comment.