From 1b774c4218b1b336f264e1b5ed9200d753e584d2 Mon Sep 17 00:00:00 2001 From: Roxana Gherghelas Date: Tue, 9 Apr 2019 08:55:02 +0300 Subject: [PATCH] remove noprocessapp constant --- e2e/process-services-cloud/start-process-cloud.e2e.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/process-services-cloud/start-process-cloud.e2e.ts b/e2e/process-services-cloud/start-process-cloud.e2e.ts index 49a84a9f94..b4f164f925 100644 --- a/e2e/process-services-cloud/start-process-cloud.e2e.ts +++ b/e2e/process-services-cloud/start-process-cloud.e2e.ts @@ -38,7 +38,7 @@ describe('Start Process', () => { const requiredError = 'Process Name is required', requiredProcessError = 'Process Definition is required'; const processDefinition = 'processwithvariables'; const user = TestConfig.adf.adminEmail, password = TestConfig.adf.adminPassword; - const appName = 'simple-app', noProcessApp = 'noprocessapp'; + const appName = 'simple-app'; let silentLogin; beforeAll((done) => {