From 1bb316e2ee32c28ac2709439d0399203d8e8741c Mon Sep 17 00:00:00 2001 From: RisingOrange Date: Fri, 24 Apr 2026 12:17:16 +0200 Subject: [PATCH] Scenario 1: trivial doc change --- tests/visual/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/visual/README.md b/tests/visual/README.md index 18dc58d1e..20c817623 100644 --- a/tests/visual/README.md +++ b/tests/visual/README.md @@ -37,3 +37,4 @@ Open Chromatic from the PR's check. It offers side-by-side viewers; accept or de - **Opt a page out:** add `` (or `// @visualDiffEnabled: false — reason` in a `.ts` file) near the top of the page's source file. The comment lives with the page, so renames carry it along. - **Opt a post in:** add `` just below the post's frontmatter in `src/posts/.md`. Posts default to excluded (100+ would be too many); sample only posts covering distinct layout variants. - **Add a new external-data integration:** add a handler in `msw-handlers.ts` with a fixture in `fixtures/`. Don't leave a new integration unmocked — without secrets in CI, it will either fail or produce non-deterministic snapshots. (`page.route()` is only for aborts, not for serving fixture data.) +