-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Selector Playground doesn't highlight element currently being hovered over #4872
Comments
it's seems we're meeting a big defect of the Runner UI in this Version
hopes there are some work-around to solve this , so that we don't need waiting for the new version release, |
@bkucera I'm guessing this is a result of the change to using webpack internally. Can you look into it? |
got this same error. |
The code for this is done in cypress-io/cypress#4940, but has yet to be released. |
Released in |
Current behavior:
Upon selecting Selector Playground and hovering over ANY element it is not highlighted (you can barely see the selector before clicking), however clicking the element will still yield the selector.
Desired behavior:
Item being hovered over is highlighted, user can clearly see what yielded selector will cover.
Steps to reproduce: (app code and test code)
Literally any test will do, even as simple as this:
Steps:
Versions
Cypress 3.4.1, macOS Mojave 10.14.6, Google Chrome 75.0.3770.142
The text was updated successfully, but these errors were encountered: