Conversation
Co-authored-by: joshblack <3901764+joshblack@users.noreply.github.com>
|
|
Uh oh! @copilot, at least one image you shared is missing helpful alt text. Check your pull request body to fix the following violations:
Alt text is an invisible description that helps screen readers describe images to blind or low-vision users. If you are using markdown to display images, add your alt text inside the brackets of the markdown image. Learn more about alt text at Basic writing and formatting syntax: images on GitHub Docs.
|
Snapshot updates could capture transient ActionMenu and UnderlineNav interaction states, unintentionally replacing unrelated baselines. Use Playwright’s retrying screenshot matcher to wait for stable renders.
Changelog
New
Changed
page.screenshot()assertions withexpect(page).toHaveScreenshot()for affected interaction VRTs.Observed snapshot changes
Removed
Rollout strategy
Testing & Reviewing