[ACA-1679] Add remaining tests for page titles (#566)

* add tests for Page titles e2e
This commit is contained in:
DenisPrivistirescu
2018-08-21 13:41:39 +03:00
committed by Adina Parpalita
parent 972b08700f
commit d677fbdd35
3 changed files with 68 additions and 2 deletions

View File

@@ -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',