mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-1679] Add remaining tests for page titles (#566)
* add tests for Page titles e2e
This commit is contained in:
committed by
Adina Parpalita
parent
972b08700f
commit
d677fbdd35
@@ -64,6 +64,12 @@ export const SIDEBAR_LABELS = {
|
||||
TRASH: 'Trash'
|
||||
};
|
||||
|
||||
// Page titles
|
||||
export const PAGE_TITLES = {
|
||||
VIEWER: 'Preview',
|
||||
SEARCH: 'Search Results'
|
||||
};
|
||||
|
||||
// Site visibility
|
||||
export const SITE_VISIBILITY = {
|
||||
PUBLIC: 'PUBLIC',
|
||||
|
Reference in New Issue
Block a user