cypress
cypress copied to clipboard
Minor bug on UI - Tooltip shows for a hidden element
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:

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
That's definitely not supposed to happen. Thanks for reporting.
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?
@calummcgowan Yes, please see our Contributing.md guide in the base of the repo
@jennifer-shehane Hi there. I'm following the contributing.md file, but I'm having some issues getting it to run. Do you happen to know how I might resolve these errors? The links provided do not offer much help. Thanks!