You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
fix(protractor) fix stack traces for WebElement errors
When 3c0e727
refactored `element()` into the ElementFinder object, the function lost
some of its error handling. This removed references to frames inside
tests (`it()` blocks), making it hard to tell where the error was
actually occurring.
This commit fixes these problems, showing full stack traces for
WebElement errors.
0 commit comments