[PR #6429] [MERGED] 🧪 Fix flaky VRT test and prevent downloading translations where not needed #20880

Closed
opened 2026-04-14 21:48:12 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6429
Author: @MikesGlitch
Created: 12/16/2025
Status: Merged
Merged: 12/16/2025
Merged by: @MikesGlitch

Base: masterHead: test-e2e


📝 Commits (10+)

📊 Changes

9 files changed (+38 additions, -11 deletions)

View changed files

📝 .github/workflows/ai-generated-release-notes.yml (+2 -0)
📝 .github/workflows/autofix.yml (+2 -0)
📝 .github/workflows/count-points.yml (+2 -0)
📝 .github/workflows/docs-release.yml (+2 -0)
📝 bin/package-electron (+17 -8)
📝 package.json (+1 -1)
📝 packages/desktop-client/e2e/command-bar.test.ts (+3 -1)
📝 packages/desktop-client/playwright.config.ts (+3 -1)
upcoming-release-notes/6429.md (+6 -0)

📄 Description


Note

Adds Playwright 'list' reporter in CI and updates the external server config view title text.

  • Testing (Playwright)
    • CI now uses reporters blob and list in packages/desktop-client/playwright.config.ts.
  • UI
    • Updates external server config title text in packages/desktop-client/src/components/manager/ConfigServer.tsx (Title from Where’s the server? to Where’s the server? YO HELLO IM HERE).

Written by Cursor Bugbot for commit 0124b13475. This will update automatically on new commits. Configure here.


🔄 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/6429 **Author:** [@MikesGlitch](https://github.com/MikesGlitch) **Created:** 12/16/2025 **Status:** ✅ Merged **Merged:** 12/16/2025 **Merged by:** [@MikesGlitch](https://github.com/MikesGlitch) **Base:** `master` ← **Head:** `test-e2e` --- ### 📝 Commits (10+) - [`52ce024`](https://github.com/actualbudget/actual/commit/52ce0248d1d079ee2544e1d4b21f608aed8eb1c1) this is a test - [`21e9e0d`](https://github.com/actualbudget/actual/commit/21e9e0ddee959753d877817f3f64eb92d0efc9e6) [autofix.ci] apply automated fixes - [`9962a97`](https://github.com/actualbudget/actual/commit/9962a9743f42e847252ba40f62d49e7fab3f2762) dot reporter for line by line - [`899a916`](https://github.com/actualbudget/actual/commit/899a916cfde311dc8e3c83427620cbb844400b0f) [autofix.ci] apply automated fixes - [`6803a0b`](https://github.com/actualbudget/actual/commit/6803a0b5ded1cf5b7f8f2ddb086abbbb0e32b7be) ok... - [`ad6a0df`](https://github.com/actualbudget/actual/commit/ad6a0df7f235102c453bd0ef8150dd434741d209) list reporter - [`0124b13`](https://github.com/actualbudget/actual/commit/0124b134750a519a44df9868182e15dcd84b131f) Update VRT screenshots - [`8d28d14`](https://github.com/actualbudget/actual/commit/8d28d14fdc636e3c1ed2dbf2a28d1f067273b4ee) fix couple of issues - [`ec0a583`](https://github.com/actualbudget/actual/commit/ec0a583606d9af2b384cef6e5cd134d65b3ad4ce) Merge branch 'test-e2e' of https://github.com/MikesGlitch/actual into test-e2e - [`21ce46e`](https://github.com/actualbudget/actual/commit/21ce46e096727c0253265e63a9d5c0f3af674401) Revert "Update VRT screenshots" ### 📊 Changes **9 files changed** (+38 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ai-generated-release-notes.yml` (+2 -0) 📝 `.github/workflows/autofix.yml` (+2 -0) 📝 `.github/workflows/count-points.yml` (+2 -0) 📝 `.github/workflows/docs-release.yml` (+2 -0) 📝 `bin/package-electron` (+17 -8) 📝 `package.json` (+1 -1) 📝 `packages/desktop-client/e2e/command-bar.test.ts` (+3 -1) 📝 `packages/desktop-client/playwright.config.ts` (+3 -1) ➕ `upcoming-release-notes/6429.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Adds Playwright 'list' reporter in CI and updates the external server config view title text. > > - **Testing (Playwright)** > - CI now uses reporters `blob` and `list` in `packages/desktop-client/playwright.config.ts`. > - **UI** > - Updates external server config title text in `packages/desktop-client/src/components/manager/ConfigServer.tsx` (`Title` from `Where’s the server?` to `Where’s the server? YO HELLO IM HERE`). > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 0124b134750a519a44df9868182e15dcd84b131f. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --- <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-04-14 21:48:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#20880