chore(docs): refresh blog visual baseline after content change#3265
Merged
wheels-bot[bot] merged 1 commit intoJun 29, 2026
Merged
Conversation
Contributor
Author
There was a problem hiding this comment.
Wheels Bot — Reviewer
TL;DR — This is an auto-generated PR from .github/workflows/web-deploy.yml that refreshes the stale Playwright visual-regression baseline at web/tests/visual-baselines/blog.png after a blog-content merge (issue #2915). The diff is a single binary PNG with no code, test, doc, or cross-engine surface. Verdict: approve (submitted as a comment-state review because GitHub forbids the bot from approving its own PR — the 422 self-approval fallback).
Correctness
web/tests/visual-baselines/blog.pngis the exact path the harness reads.web/scripts/visual-regression.mjs:240resolves the baseline path by joining BASELINE_DIR with the site name plus.png, and theblogsite is registered at line 45. Refreshing this file is the documented remediation the script itself prints atweb/scripts/visual-regression.mjs:297-298("If the changes are intentional, refresh baselines: pnpm visual:baseline").- The committed blob is a valid
PNG image data, 1280 x 800, 8-bit/color RGB— a well-formed screenshot baseline, not a corrupt or truncated artifact.
Commits
chore(docs): auto-refresh blog visual baseline after content changeconforms tocommitlint.config.js: valid type (chore), optional unrestricted scope, subject is not ALL-CAPS, header well under 100 chars. The PR title is likewise a valid conventional-commit header.
Note (non-blocking): a binary baseline is inherently un-reviewable for pixel content — trust here rests on the deploy workflow being the source of truth, which is the intended design for web/** baselines.
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.
Summary
A blog-content merge changed the blog index page, so the committed visual-regression baseline at
web/tests/visual-baselines/blog.pngis stale. Without this refresh, every subsequentweb/**-touching PR fails the Visual regression check on a deterministic diff until someone refreshes manually (issue #2915).develop's branch protection rejects direct pushes, so the refresh lands through this PR, opened and merged by the deploy run that published the blog change.
🤖 Opened automatically by .github/workflows/web-deploy.yml.