[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:
Geeta Mandakini Ayyalasomayajula
2019-06-13 11:04:46 +01:00
committed by Eugenio Romano
parent 626bb01bf7
commit ab3bb9002f
6 changed files with 187 additions and 45 deletions

View File

@@ -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();