From 0ae251ce21ce8253ea19a38377e7895381a85ef5 Mon Sep 17 00:00:00 2001 From: rgherghelas <39947234+rgherghelas@users.noreply.github.com> Date: Mon, 28 Jan 2019 15:28:55 +0200 Subject: [PATCH] change used application (#4215) --- e2e/process-services-cloud/start-task-custom-app-cloud.e2e.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/process-services-cloud/start-task-custom-app-cloud.e2e.ts b/e2e/process-services-cloud/start-task-custom-app-cloud.e2e.ts index 162f35f18f..1be46ae935 100644 --- a/e2e/process-services-cloud/start-task-custom-app-cloud.e2e.ts +++ b/e2e/process-services-cloud/start-task-custom-app-cloud.e2e.ts @@ -39,7 +39,7 @@ describe('Start Task', () => { const requiredError = 'Field required'; const dateValidationError = 'Date format DD/MM/YYYY'; const user = TestConfig.adf.adminEmail, password = TestConfig.adf.adminPassword; - const appName = 'task-app'; + const appName = 'simple-app'; let silentLogin; beforeAll((done) => {