cypress-io / cypress

Fast, easy and reliable testing for anything that runs in a browser.
https://cypress.io
MIT License
46.43k stars 3.14k forks source link

Minor bug on UI - Tooltip shows for a hidden element #22717

Open KevinAsher opened 2 years ago

KevinAsher commented 2 years ago

Current behavior

While playing with the built-in demos that came with the installation of cypress, I've noticed a tooltip that keeps showing up for a hidden error icon as shown in the image below. The tooltip only shows up if you position your mouse pointer above the hidden icon:

image

Desired behavior

The tooltip shouldn't appear when the icon is hidden since there wasn't any error on the tests.

Test code to reproduce

Can be reproduced with the example E2E tests that came with default cypress installation.

Cypress Version

10.3.0

Other

No response

chrisbreiding commented 1 year ago

That's definitely not supposed to happen. Thanks for reporting.

calummcgowan commented 1 week ago

Hello, I'm looking to do some open-source work and I can see that this is marked good first issue. Can I pick up this ticket?

jennifer-shehane commented 1 week ago

@calummcgowan Yes, please see our Contributing.md guide in the base of the repo