mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-5374]Fix flaky filters tests (#6894)
* Check Travis * Try with sleep * Add more sleep and logs * no message * Fix * no message * no message * Remove sleep
This commit is contained in:
@@ -82,8 +82,8 @@ export class EditProcessFilterCloudComponentPage {
|
||||
return BrowserActions.getText(element(by.css("mat-form-field[data-automation-id='status'] span")));
|
||||
}
|
||||
|
||||
setSortFilterDropDown(option): Promise<void> {
|
||||
return this.sortDropdown.selectDropdownOption(option);
|
||||
async setSortFilterDropDown(option): Promise<void> {
|
||||
await this.sortDropdown.selectDropdownOption(option);
|
||||
}
|
||||
|
||||
async getSortFilterDropDownValue(): Promise<string> {
|
||||
|
Reference in New Issue
Block a user