mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3330] Create automated tests for Uploader component (#3581)
* Upload button e2e * improve test organization * add dev option in test run * Create desktop.ini * upload component automation final step * remove fdescribe * ignore downloads folder * exclude pagination
This commit is contained in:
committed by
Eugenio Romano
parent
ee8151d50d
commit
fcaa033a57
@@ -137,10 +137,22 @@ exports.Files = {
|
||||
folder_location: "/resources/adf/folderOne",
|
||||
folder_name: "folderOne"
|
||||
},
|
||||
FOLDER_TWO: {
|
||||
folder_location: "/resources/adf/folderTwo",
|
||||
folder_name: "folderTwo"
|
||||
},
|
||||
FOLDER_EXCLUDED: {
|
||||
folder_location: "/resources/adf/folderExcluded",
|
||||
folder_name: "folderExcluded"
|
||||
},
|
||||
FILE_INSIDE_FOLDER_ONE: {
|
||||
file_location: "/resources/adf/folderOne/share_profile_pic.png",
|
||||
file_name: "share_profile_pic.png"
|
||||
},
|
||||
FILE_INSIDE_FOLDER_TWO: {
|
||||
file_location: "/resources/adf/folderOne/a_file.txt",
|
||||
file_name: "a_file.txt"
|
||||
},
|
||||
JPG: {
|
||||
file_location: "/resources/adf/allFileTypes/a_jpg_file.jpg",
|
||||
file_name: "a_jpg_file.jpg"
|
||||
@@ -178,11 +190,14 @@ exports.Files = {
|
||||
file_location: "/resources/adf/allFileTypes/a_zip_file.mp4.zip",
|
||||
file_name: "a_zip_file.mp4.zip"
|
||||
},
|
||||
|
||||
PAGES:{
|
||||
file_location: "/resources/adf/allFileTypes/file_unsupported.pages",
|
||||
file_name: "file_unsupported.pages"
|
||||
},
|
||||
INI:{
|
||||
file_location: "/resources/adf/allFileTypes/desktop.ini",
|
||||
file_name: "desktop.ini"
|
||||
},
|
||||
},
|
||||
|
||||
PROFILE_IMAGES: {
|
||||
|
Reference in New Issue
Block a user