mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-4697] attach content to processcloudtaskform using upload widget (#4882)
* automated upload local and content file from task from upload widget. * automated upload local and content file from task from upload widget. * reverting the git ignore change * updated the app with the new process definition using the form with upload widgets * Save error screenshot * creating the processes through api call rather than through ui. and added -log to watch the travis build on process-cloud * creating the processes through api call rather than through ui. and added -log to watch the travis build on process-cloud * removed the wait till clickable, as not relevant here. * Update process-services-cloud-e2e.sh
This commit is contained in:
committed by
Eugenio Romano
parent
0d6140be77
commit
4d0c98d753
@@ -23,6 +23,7 @@ export class BreadCrumbDropdownPage {
|
||||
breadCrumb = element(by.css(`adf-dropdown-breadcrumb[data-automation-id='content-node-selector-content-breadcrumb']`));
|
||||
parentFolder = this.breadCrumb.element(by.css(`button[data-automation-id='dropdown-breadcrumb-trigger']`));
|
||||
breadCrumbDropdown = element(by.css(`div[class*='mat-select-panel']`));
|
||||
currentFolder = this.breadCrumb.element(by.css(`div span[data-automation-id="current-folder"]`));
|
||||
|
||||
choosePath(pathName) {
|
||||
const path = this.breadCrumbDropdown.element(by.cssContainingText(`mat-option[data-automation-class='dropdown-breadcrumb-path-option'] span[class='mat-option-text']`,
|
||||
@@ -38,4 +39,8 @@ export class BreadCrumbDropdownPage {
|
||||
checkBreadCrumbDropdownIsDisplayed() {
|
||||
BrowserVisibility.waitUntilElementIsVisible(this.breadCrumbDropdown);
|
||||
}
|
||||
|
||||
getTextOfCurrentFolder() {
|
||||
return BrowserActions.getText(this.currentFolder);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user