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:
describe('Random test', () => {
it('should just visit the page', () => {
cy.visit('https://www.barnebys.com/');
});
});
Steps:
- Launch the test.
- Click "Selector Playground" button after the test has ended.
- Hover over any element.
- (optionally) Click the element.
Versions
Cypress 3.4.1, macOS Mojave 10.14.6, Google Chrome 75.0.3770.142
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