[PR #3503] [MERGED] 🧪 improve onboarding e2e test stability #23502

Closed
opened 2026-04-16 17:31:28 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3503
Author: @MatissJanis
Created: 9/25/2024
Status: Merged
Merged: 9/25/2024
Merged by: @MatissJanis

Base: masterHead: matiss/e2e-stability


📝 Commits (2)

📊 Changes

2 files changed (+28 additions, -14 deletions)

View changed files

📝 packages/desktop-client/src/components/FinancesApp.tsx (+22 -14)
upcoming-release-notes/3503.md (+6 -0)

📄 Description

Improving onboarding e2e test stability.

Root cause: race condition when loading account list. If account list loads quickly - we redirect to /account and then back to /budget. If they load slower - we redirect to /budget and then to /account.

More info (failure example & trace): https://github.com/actualbudget/actual/issues/3482#issuecomment-2375104467


🔄 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/3503 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 9/25/2024 **Status:** ✅ Merged **Merged:** 9/25/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/e2e-stability` --- ### 📝 Commits (2) - [`39a3e0e`](https://github.com/actualbudget/actual/commit/39a3e0eb1fff22a4cacf7a7d0fc93527cd747322) :test_tube: improve onboarding e2e test stability - [`fdf4c48`](https://github.com/actualbudget/actual/commit/fdf4c4853f56fe7aba3fa416c3417939dda5a4d0) Fix lint ### 📊 Changes **2 files changed** (+28 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/FinancesApp.tsx` (+22 -14) ➕ `upcoming-release-notes/3503.md` (+6 -0) </details> ### 📄 Description Improving onboarding e2e test stability. Root cause: race condition when loading account list. If account list loads quickly - we redirect to `/account` and then back to `/budget`. If they load slower - we redirect to `/budget` and then to `/account`. More info (failure example & trace): https://github.com/actualbudget/actual/issues/3482#issuecomment-2375104467 --- <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-16 17:31:28 -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#23502