mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[MNT-22236] update e2e to reflect permission i18n support (#6852)
* update e2e to reflect permission i18n support * use latest js-api SitesApi * remove use of deprecated sites api in e2e * fix test * fix test
This commit is contained in:
@@ -146,6 +146,14 @@ exports.CS_USER_ROLES = {
|
||||
MANAGER: 'SiteManager'
|
||||
};
|
||||
|
||||
// en-US version of the Site Role titles
|
||||
exports.CS_USER_ROLES_I18N = {
|
||||
CONSUMER: 'Site Consumer',
|
||||
COLLABORATOR: 'Site Collaborator',
|
||||
CONTRIBUTOR: 'Site Contributor',
|
||||
MANAGER: 'Site Manager'
|
||||
}
|
||||
|
||||
exports.SERVICE_TASK_STATUS = {
|
||||
ALL:'ALL',
|
||||
STARTED:'STARTED',
|
||||
|
Reference in New Issue
Block a user