mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
[ACS-6668] [ACS-6669] e2e migration - Info Drawer general and library properties tests (#3628)
*[ACS-6668] [ACS-6669] e2e migration - Info Drawer general and library properties tests --------- Co-authored-by: datguycheb <adam.swiderski@hyland.com>
This commit is contained in:
@@ -43,3 +43,31 @@ export const SIDEBAR_LABELS = {
|
||||
FAVORITES: 'Favorites',
|
||||
TRASH: 'Trash'
|
||||
};
|
||||
|
||||
export const SITE_ROLES = {
|
||||
SITE_MANAGER: {
|
||||
ROLE: 'SiteManager',
|
||||
LABEL: 'Manager'
|
||||
},
|
||||
SITE_CONSUMER: {
|
||||
ROLE: 'SiteConsumer',
|
||||
LABEL: 'Consumer'
|
||||
},
|
||||
SITE_CONTRIBUTOR: {
|
||||
ROLE: 'SiteContributor',
|
||||
LABEL: 'Contributor'
|
||||
},
|
||||
SITE_COLLABORATOR: {
|
||||
ROLE: 'SiteCollaborator',
|
||||
LABEL: 'Collaborator'
|
||||
},
|
||||
NONE: {
|
||||
LABEL: 'Not a member'
|
||||
}
|
||||
};
|
||||
|
||||
export const SITE_VISIBILITY = {
|
||||
PUBLIC: 'PUBLIC',
|
||||
MODERATED: 'MODERATED',
|
||||
PRIVATE: 'PRIVATE'
|
||||
};
|
||||
|
Reference in New Issue
Block a user