[PR #1641] [MERGED] 🐛 (vrt) set static version #3862

Closed
opened 2026-02-28 20:47:56 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1641
Author: @MatissJanis
Created: 9/3/2023
Status: Merged
Merged: 9/3/2023
Merged by: @MatissJanis

Base: masterHead: matiss/fix-vrt-2


📝 Commits (3)

📊 Changes

10 files changed (+30 additions, -5 deletions)

View changed files

📝 packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-checks-that-settings-page-can-be-opened-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/onboarding.test.js-snapshots/Onboarding-checks-the-page-visuals-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/onboarding.test.js-snapshots/Onboarding-checks-the-page-visuals-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/settings.test.js-snapshots/Settings-checks-the-page-visuals-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/src/browser-preload.browser.js (+3 -2)
📝 packages/desktop-client/src/components/manager/ManagementApp.js (+0 -1)
packages/loot-core/src/client/platform.electron.ts (+15 -0)
packages/loot-core/src/client/platform.testing.ts (+5 -0)
📝 packages/loot-core/src/client/platform.web.ts (+1 -2)
upcoming-release-notes/1641.md (+6 -0)

📄 Description

After the release I noticed a small VRT issue: the version bump creates a tiny difference in the masked region (in terms of width). This causes VRT to fail.

So the solution is pretty simple: set a specific version for VRT tests


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/1641 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 9/3/2023 **Status:** ✅ Merged **Merged:** 9/3/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/fix-vrt-2` --- ### 📝 Commits (3) - [`ea1b01c`](https://github.com/actualbudget/actual/commit/ea1b01cdd0c1346f93ca5c6b5a17de6e1ff7725a) :bug: (vrt) set static version - [`f563d42`](https://github.com/actualbudget/actual/commit/f563d428358e0ebe3141eec303184ad742c111f8) Release notes + fixes - [`80a456f`](https://github.com/actualbudget/actual/commit/80a456f3aa608ae1a97105abef4a058128fbdeb6) Fix tests ### 📊 Changes **10 files changed** (+30 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-checks-that-settings-page-can-be-opened-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/onboarding.test.js-snapshots/Onboarding-checks-the-page-visuals-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/onboarding.test.js-snapshots/Onboarding-checks-the-page-visuals-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/settings.test.js-snapshots/Settings-checks-the-page-visuals-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/src/browser-preload.browser.js` (+3 -2) 📝 `packages/desktop-client/src/components/manager/ManagementApp.js` (+0 -1) ➕ `packages/loot-core/src/client/platform.electron.ts` (+15 -0) ➕ `packages/loot-core/src/client/platform.testing.ts` (+5 -0) 📝 `packages/loot-core/src/client/platform.web.ts` (+1 -2) ➕ `upcoming-release-notes/1641.md` (+6 -0) </details> ### 📄 Description After the release I noticed a small VRT issue: the version bump creates a tiny difference in the masked region (in terms of width). This causes VRT to fail. So the solution is pretty simple: set a specific version for VRT tests --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 20:47:56 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#3862