From 8122f93186a1af014c30d41b69d61fe02223d1a6 Mon Sep 17 00:00:00 2001 From: Jen Jones Arnesen Date: Tue, 5 Sep 2023 09:34:03 +0200 Subject: [PATCH] chore: delete the app after the test is complete --- cypress/integration/view/dashboard_filter/create_dashboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/view/dashboard_filter/create_dashboard.js b/cypress/integration/view/dashboard_filter/create_dashboard.js index 82af2a163..55a200d99 100644 --- a/cypress/integration/view/dashboard_filter/create_dashboard.js +++ b/cypress/integration/view/dashboard_filter/create_dashboard.js @@ -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}`) })