This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information