mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
restore content directive e2e tests (#4915)
* e2e tests for restore content directive * e2e tests for restore content directive * e2e tests for restore content directive * changed the method for restore icon to check for display rather than enabled. * test enhancements * removed empty folder test as irrelevant. * added test for restore of Site or Library * test enhancements * test enhancements
This commit is contained in:
committed by
Eugenio Romano
parent
4185bf8083
commit
ffd4413335
@@ -666,6 +666,11 @@ export class ContentServicesPage {
|
||||
BrowserVisibility.waitUntilElementIsVisible(this.siteListDropdown.element(by.cssContainingText('.mat-select-value-text span', siteName)));
|
||||
}
|
||||
|
||||
selectSite(siteName: string) {
|
||||
BrowserActions.clickOnSelectDropdownOption(siteName, this.siteListDropdown);
|
||||
return this;
|
||||
}
|
||||
|
||||
clickDownloadButton() {
|
||||
BrowserActions.closeMenuAndDialogs();
|
||||
BrowserActions.click(this.downloadButton);
|
||||
|
Reference in New Issue
Block a user