mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[ADF-4310]Added sort tests for edit task filter cloud component (#4584)
* Added some tests * Fix tests * Add missing tests for sort properties.
This commit is contained in:
committed by
Eugenio Romano
parent
32ba281b70
commit
db4d10137e
@@ -70,21 +70,13 @@ export class TasksCloudDemoPage {
|
||||
return new TaskFiltersCloudComponentPage(this.completedTasks);
|
||||
}
|
||||
|
||||
customTaskFilter(filterName) {
|
||||
return new TaskFiltersCloudComponentPage(element(by.css(`span[data-automation-id="${filterName}-filter"]`)));
|
||||
}
|
||||
|
||||
getActiveFilterName() {
|
||||
BrowserVisibility.waitUntilElementIsVisible(this.activeFilter);
|
||||
return this.activeFilter.getText();
|
||||
}
|
||||
|
||||
getAllRowsByIdColumn() {
|
||||
return new TaskListCloudComponentPage().getAllRowsByColumn('Id');
|
||||
}
|
||||
|
||||
getAllRowsByProcessDefIdColumn() {
|
||||
return new TaskListCloudComponentPage().getAllRowsByColumn('Process Definition Id');
|
||||
customTaskFilter(filterName) {
|
||||
return new TaskFiltersCloudComponentPage(element(by.css(`span[data-automation-id="${filterName}-filter"]`)));
|
||||
}
|
||||
|
||||
clickOnTaskFilters() {
|
||||
|
Reference in New Issue
Block a user