Refresh receiptCard.withQuantity snapshot#5841
Closed
OEvgeny wants to merge 1 commit into
Closed
Conversation
Contributor
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Changelog Entry
Not required for this PR because it refreshes a test snapshot only.
Description
Refreshes the stored snapshot for
__tests__/html2/richCard/receiptCard.withQuantity.html, which is currently failing deterministically onmainin CI.Design
I reproduced the failure locally on a fresh branch from
mainwith the repo's native Docker and Jest workflow. The renderer code path inReceiptCardContent.tsxdid not show a recent logic change, and the failing test passed immediately after updating only the snapshot and rerunning without-u, so this points to a stale baseline snapshot rather than a new code regression.Specific Changes
Updated
__tests__/html2/richCard/receiptCard.withQuantity.html.snap-1.pngto match current rendering onmain.Re-ran the focused HTML test after the snapshot refresh to confirm it now passes.
I have added tests and executed them locally
I have updated
CHANGELOG.mdI have updated documentation
Review Checklist
z-index)package.jsonandpackage-lock.jsonreviewed