Skip to content

Commit b281de1

Browse files
ci: force-refresh all snapshots in visual-baseline update
test:visual:update used the default --update-snapshots (=changed), which skips snapshots that still pass within tolerance. A sub-threshold UI change (e.g. the class editor's new Class type select) therefore left the how-to-use modal images stale — they rendered old UI but never got rewritten. Use --update-snapshots=all so the baseline job is authoritative. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent bced937 commit b281de1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

standalone/webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"test:perf": "node node_modules/@playwright/test/cli.js test --project=perf",
2727
"test:perf:firefox": "PLAYWRIGHT_FIREFOX=1 node node_modules/@playwright/test/cli.js test --project=perf-firefox",
2828
"test:visual": "node node_modules/@playwright/test/cli.js test tests/visual/",
29-
"test:visual:update": "node node_modules/@playwright/test/cli.js test tests/visual/ --update-snapshots",
29+
"test:visual:update": "node node_modules/@playwright/test/cli.js test tests/visual/ --update-snapshots=all",
3030
"capacitor:add:android": "cap add android",
3131
"capacitor:add:ios": "cap add ios --packagemanager CocoaPods",
3232
"capacitor:sync": "cap sync",

0 commit comments

Comments
 (0)