Remove duplicated e2e (#3006)

* cleanup download tests

* clean copy test

* clean move tests

* create folder tests

* delete tests

* edit tests

* mark favorite tests

* clean the rest of tests

* move page titles closer to the test

* remove unused steps

* restore upload new version suite
This commit is contained in:
Denys Vuika
2023-02-28 14:08:12 -05:00
committed by GitHub
parent cf4e5fe97b
commit c10aae6084
11 changed files with 27 additions and 2042 deletions

View File

@@ -56,19 +56,6 @@ export const SIDEBAR_LABELS = {
TRASH: 'Trash'
};
// Page titles
export const PAGE_TITLES = {
PERSONAL_FILES: 'Personal Files',
MY_LIBRARIES: 'My Libraries',
FAVORITE_LIBRARIES: 'Favorite Libraries',
SHARED_FILES: 'Shared',
RECENT_FILES: 'Recent Files',
FAVORITES: 'Favorites',
TRASH: 'Trash',
VIEWER: 'Preview',
SEARCH: 'Search Results'
};
// Site visibility
export const SITE_VISIBILITY = {
PUBLIC: 'PUBLIC',