-
Notifications
You must be signed in to change notification settings - Fork 135
fix mismatch snapshot #2499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix mismatch snapshot #2499
Conversation
✅ Deploy Preview succeeded!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for calico-docs-preview-next ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Updates Jest snapshots to match current rendered output (including updated snapshot header URLs, logo assets, and added alt text), and adjusts CI workflows.
Changes:
- Re-generated multiple Jest snapshot files under
src/___new___/components/**/__snapshots__/. - Updated GitHub Actions workflow action versions in
validate.ymlandvale.yml. - Added new text to Calico Cloud v22.2 release notes.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/new/components/SelectDocs/test/snapshots/index.test.tsx.snap | Snapshot updated (logo alt text + updated logo asset path). |
| src/new/components/ProductInfo/test/snapshots/index.test.tsx.snap | Snapshot updated (adds alt attributes to images). |
| src/new/components/ProductComparison/test/snapshots/index.test.tsx.snap | Snapshot updated (removes previously-rendered logo markup). |
| src/new/components/HomepageHeader/test/snapshots/index.test.tsx.snap | Snapshot updated (adds logo image + new snapshot header link). |
| src/new/components/FeatureTableComparison/test/snapshots/index.test.tsx.snap | Snapshot header link updated. |
| src/new/components/Explore/test/snapshots/index.test.tsx.snap | Snapshot header link updated. |
| calico-cloud_versioned_docs/version-22-2/release-notes/index.mdx | Adds new release note text (currently appears to be placeholder and contains a typo). |
| .github/workflows/validate.yml | Changes action versions used for checkout/setup-node (currently set to @v6). |
| .github/workflows/vale.yml | Changes action versions used for checkout/setup-node (currently set to @v6). |
|
|
||
| #### Dashboards are GA | ||
|
|
||
| Here's a thing with a tigera mistakee. |
Copilot
AI
Jan 30, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: "mistakee" should be "mistake".
| Here's a thing with a tigera mistakee. | |
| Here's a thing with a tigera mistake. |
| Here's a thing with a tigera mistakee. | ||
|
|
||
|
|
Copilot
AI
Jan 30, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The added sentence "Here's a thing with a tigera mistakee." reads like placeholder text and doesn't match the surrounding release-note content. Please remove it or replace it with a meaningful release note entry (and avoid leaving extra blank lines).
| Here's a thing with a tigera mistakee. |
|
This was just for testing #2498. Tests passed. |

Product Version(s):
Issue:
Link to docs preview:
SME review:
DOCS review:
Additional information:
Merge checklist: