mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Update browser-actions.ts (#5807)
This commit is contained in:
@@ -31,7 +31,7 @@ export class BrowserActions {
|
||||
await BrowserVisibility.waitUntilElementIsClickable(elementFinder);
|
||||
await elementFinder.click();
|
||||
} catch (clickErr) {
|
||||
Logger.error(`click error element ${elementFinder.locator().toString()} consider to use directly clickScript`);
|
||||
Logger.warn(`click error element ${elementFinder.locator().toString()} consider to use directly clickScript`);
|
||||
await this.clickScript(elementFinder);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user