mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
[ADF-3780]Implement task list cloud component tests (#4111)
This commit is contained in:
committed by
Eugenio Romano
parent
c17241fedc
commit
aa6ba28427
@@ -65,7 +65,7 @@ export class ProcessCloudDemoPage {
|
||||
return new ProcessFiltersCloudComponent(element(by.css(`span[data-automation-id="${filterName}_filter"]`)));
|
||||
}
|
||||
|
||||
checkActiveFilterActive() {
|
||||
getActiveFilterName() {
|
||||
Util.waitUntilElementIsVisible(this.activeFilter);
|
||||
return this.activeFilter.getText();
|
||||
}
|
||||
|
Reference in New Issue
Block a user