[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:
Cristina Jalba
2021-04-06 16:36:31 +03:00
committed by GitHub
parent a910998246
commit cdaad8ebf1
3 changed files with 42 additions and 27 deletions

View File

@@ -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> {