chore: remove flaky tooltip Percy snapshots from DebugSpec #25919
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Run Failures button is disabled if spec is not found locally
#25870Additional details
We have some tests in
DebugSpec.cy.tsx
that are taking Percy snapshots of tooltips. These end up being flaky with Percy - sometimes the tooltip is rendered and sometimes it isn't. I think that we should remove these. The tooltip content is just text, and we are already asserting that the tooltip is appearing on screen and that the text is correct.Some recent examples of these snapshots flaking:
https://percy.io/cypress-io/cypress/builds/25301083/changed/1411039263?browser=chrome&browser_ids=34&subcategories=unreviewed%2Cchanges_requested&viewLayout=side-by-side&viewMode=new&width=800&widths=450%2C800
https://percy.io/cypress-io/cypress/builds/25338162/changed/1412986341?browser=chrome&browser_ids=34&subcategories=unreviewed%2Cchanges_requested&viewLayout=side-by-side&viewMode=new&width=800&widths=450%2C800
https://percy.io/cypress-io/cypress/builds/25209495/changed/1406985567?browser=chrome&browser_ids=34&subcategories=unreviewed%2Cchanges_requested&viewLayout=side-by-side&viewMode=new&width=800&widths=450%2C800
Steps to test
Look at the Percy build and see which snapshots have been removed under the "Missing" filter
PR Tasks
cypress-documentation
?type definitions
?