mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
Fix clickUntilIsNotVisible by removing one return (#6335)
This commit is contained in:
parent
4ef09a7097
commit
02f4ff0de3
@ -36,7 +36,7 @@ export class BrowserActions {
|
||||
await this.click(elementToClick);
|
||||
|
||||
try {
|
||||
return BrowserVisibility.waitUntilElementIsVisible(elementToFind);
|
||||
BrowserVisibility.waitUntilElementIsVisible(elementToFind);
|
||||
return true;
|
||||
} catch (error) {
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user