Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cdk/testing): extract hidden text in web driver element (#23239)
In #21540 we added support for extracting text from hidden elements in Protractor, but before the PR could be merged, we introduced the WebDriver environment which didn't include the fix and is failing the e2e tests. These changes port over the fix. (cherry picked from commit 0742bab)
- Loading branch information