From bbd72a72e90c4d9c5ef36d2bb4751100c47ebad6 Mon Sep 17 00:00:00 2001 From: alfresco-build Date: Thu, 6 Apr 2023 17:01:47 +0100 Subject: [PATCH] [AAE-11472] - reverted changes on test --- .../resources/resources.ts | 58 ------------------- 1 file changed, 58 deletions(-) diff --git a/lib/testing/src/lib/protractor/process-services-cloud/resources/resources.ts b/lib/testing/src/lib/protractor/process-services-cloud/resources/resources.ts index cdf1529815..996a2cb9d9 100644 --- a/lib/testing/src/lib/protractor/process-services-cloud/resources/resources.ts +++ b/lib/testing/src/lib/protractor/process-services-cloud/resources/resources.ts @@ -493,63 +493,5 @@ export const ACTIVITI_CLOUD_APPS = { users: ['hruser'] } ] - }, - CONNECTOR_APP: { - name: 'simpleapp', - file_location: - 'https://github.com/Alfresco/alfresco-ng2-components/blob/develop/e2e/resources/activiti7/connector-regression.zip?raw=true', - processes: { - }, - processesData: { - }, - forms: { - }, - tasks: { - }, - security: [ - { - role: 'ACTIVITI_ADMIN', - groups: [], - users: ['superadminuser', 'processadminuser'] - }, - { - role: 'ACTIVITI_USER', - groups: ['hr', 'sales', 'testgroup'], - users: ['hruser'] - } - ], - infrastructure: { - connectors: { - aspose: {}, - calendar: {}, - comprehend: {}, - content: {}, - 'docusign-connector': {}, - lambda: {}, - mariadb: {}, - rekognition: {}, - rest: {}, - 'salesforce-connector': {}, - slack: {}, - teams: {}, - textract: {}, - transcribe: {}, - twilio: {} - } - }, - variables: { - connectors: () => {}, - uis: {}, - bridges: {}, - 'content-service': { - storageType: 'site', - storageTarget: 'connector-regression', - defaultStorageTarget: '' - }, - 'identity-service': {}, - 'process-runtime-service': {}, - 'query-service': {}, - 'process-storage-service': {} - } } };