mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4909] e2e - Move the resources as part of protractor params (#5086)
* Move the resources as part of protractor params * Revert replace mistakes * Remove the resources imports * fix resources import
This commit is contained in:
committed by
Eugenio Romano
parent
6860ab73ab
commit
3fc9390666
@@ -31,7 +31,6 @@ import {
|
||||
SettingsPage,
|
||||
GroupIdentityService, RolesService
|
||||
} from '@alfresco/adf-testing';
|
||||
import resources = require('../../util/resources');
|
||||
|
||||
describe('Start Task - Group Cloud Component', () => {
|
||||
|
||||
@@ -51,7 +50,7 @@ describe('Start Task - Group Cloud Component', () => {
|
||||
const bothGroupsTaskName = StringUtil.generateRandomString(5);
|
||||
const oneGroupTaskName = StringUtil.generateRandomString(5);
|
||||
let apsUser, testUser, hrGroup, testGroup;
|
||||
const simpleApp = resources.ACTIVITI7_APPS.SIMPLE_APP.name;
|
||||
const simpleApp = browser.params.resources.ACTIVITI7_APPS.SIMPLE_APP.name;
|
||||
|
||||
let identityService: IdentityService;
|
||||
let groupIdentityService: GroupIdentityService;
|
||||
|
Reference in New Issue
Block a user