[ADF-5245] Fix C297478, C297485 and C297472 (#6147)

This commit is contained in:
davidcanonieto
2020-09-22 18:03:11 +02:00
committed by GitHub
parent 3a464a7bed
commit 636da03eca
4 changed files with 6 additions and 7 deletions

View File

@@ -195,8 +195,8 @@ export class EditTaskFilterCloudComponentPage {
}
async clearField(locator: ElementFinder): Promise<void> {
await BrowserActions.clearSendKeys(locator, ' ');
await locator.sendKeys(protractor.Key.BACK_SPACE);
await BrowserVisibility.waitUntilElementIsVisible(locator);
await BrowserActions.clearWithBackSpace(locator);
}
async setAppNameDropDown(option: string): Promise<void> {