Skip to content

Selector Playground doesn't highlight element currently being hovered over #4872

@wojciech-sygier

Description

@wojciech-sygier

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:

  1. Launch the test.
  2. Click "Selector Playground" button after the test has ended.
  3. Hover over any element.
  4. (optionally) Click the element.

Versions

Cypress 3.4.1, macOS Mojave 10.14.6, Google Chrome 75.0.3770.142

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions