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(locators): by.cssContainingText now operates on pre-transformed text
Previously, the implementation depended on the browser. Now, it will always operate on the text before text-transform is applied. Closes #1217
- Loading branch information
0858280
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm working on reproduction steps, but on the onset it seems that passing the css selector
'*'
to firefox breaks this. I'm already working with Hank about reproducing another issue, so I'll add it to the list of things to do.Here's the change set we applied to work around the issue https://github.com/Droogans/encore-ui/commit/d73c1722785aa4ac890e7b92a6c559c3a87e8e6b#diff-8c682e23451d2dd30cbb878fc959bdb3R112