mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3331] Create automated tests for Viewer component - Content Services (#3600)
* Automation tests for Viewer Component - Content Services * Create remaining automation tests for Viewer Component - Content Services * Deleting alfresco-ng2-components.iml * Correcting Viewer Page for failing tests * Updating Viewer Page for failing tests * Improving the PR quality
This commit is contained in:
committed by
Eugenio Romano
parent
69d8ff147e
commit
ab9f1c8385
@@ -62,7 +62,7 @@ exports.Files = {
|
||||
id: -19,
|
||||
taskName: "User Task",
|
||||
form_fields: {
|
||||
text_field: "activiti-textfield",
|
||||
text_field: "activiti-textfield",
|
||||
form_fieldId: "textfield",
|
||||
text_field_value: "Hi tester, from Rest call"
|
||||
}
|
||||
@@ -121,6 +121,15 @@ exports.Files = {
|
||||
file_location: "/resources/adf/allFileTypes/pdf_all_properties.pdf",
|
||||
file_name: "pdf_all_properties.pdf"
|
||||
},
|
||||
PDF_PROTECTED: {
|
||||
file_location: "/resources/adf/allFileTypes/a_file_protected.pdf",
|
||||
file_name: "a_file_protected.pdf",
|
||||
first_page_text: "A Journey into Test Frameworks",
|
||||
second_page_text: "After looking into Spock’s GitHub",
|
||||
last_page_text: "and provide feedback. The main advantages being the readability of the te",
|
||||
last_page_number: "8",
|
||||
password: "1q2w3e4r"
|
||||
},
|
||||
LARGE_FILE:{
|
||||
file_location: "/resources/adf/BigFile.zip",
|
||||
file_name: "BigFile.zip"
|
||||
@@ -202,6 +211,10 @@ exports.Files = {
|
||||
file_location: "/resources/adf/allFileTypes/file_unsupported.pages",
|
||||
file_name: "file_unsupported.pages"
|
||||
},
|
||||
UNSUPPORTED:{
|
||||
file_location: "/resources/adf/allFileTypes/file_unsupported.3DS",
|
||||
file_name: "file_unsupported.3DS"
|
||||
},
|
||||
INI:{
|
||||
file_location: "/resources/adf/allFileTypes/desktop.ini",
|
||||
file_name: "desktop.ini"
|
||||
|
Reference in New Issue
Block a user