mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4288] -Sort Process Custom filters (#4826)
* Update data-table-component.page.ts * new pr * fix error - sortOrder.toLowerCase is not a function * new pr * new process definition added * taking the development branch changes
This commit is contained in:
committed by
Eugenio Romano
parent
626bb01bf7
commit
ab3bb9002f
@@ -155,6 +155,11 @@ export class EditProcessFilterCloudComponentPage {
|
||||
return this;
|
||||
}
|
||||
|
||||
checkDeleteButtonIsNotDisplayed() {
|
||||
BrowserVisibility.waitUntilElementIsNotVisible(this.deleteButton);
|
||||
return this;
|
||||
}
|
||||
|
||||
checkSaveButtonIsEnabled() {
|
||||
BrowserVisibility.waitUntilElementIsVisible(this.saveButton);
|
||||
return this.saveButton.isEnabled();
|
||||
|
Reference in New Issue
Block a user