mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-5245] Fix C297478, C297485 and C297472 (#6147)
This commit is contained in:
@@ -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> {
|
||||
|
Reference in New Issue
Block a user