[PR #813] [MERGED] (e2e) adding onboarding and budget tests #3345

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

📋 Pull Request Information

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

Base: masterHead: matiss/e2e-onboarding


📝 Commits (5)

📊 Changes

13 files changed (+265 additions, -1 deletions)

View changed files

packages/desktop-client/e2e/budget.test.js (+54 -0)
packages/desktop-client/e2e/data/actual-demo-budget.zip (+0 -0)
packages/desktop-client/e2e/data/ynab4-demo-budget.zip (+0 -0)
packages/desktop-client/e2e/onboarding.test.js (+71 -0)
📝 packages/desktop-client/e2e/page-models/account-page.js (+1 -0)
packages/desktop-client/e2e/page-models/budget-page.js (+72 -0)
📝 packages/desktop-client/e2e/page-models/configuration-page.js (+53 -0)
📝 packages/desktop-client/src/components/accounts/Account.js (+2 -0)
📝 packages/desktop-client/src/components/budget/misc.js (+3 -0)
📝 packages/desktop-client/src/components/budget/rollover/BudgetSummary.js (+1 -0)
📝 packages/desktop-client/src/components/budget/rollover/TransferTooltip.js (+1 -1)
📝 packages/loot-core/src/client/actions/budgets.js (+1 -0)
upcoming-release-notes/813.md (+6 -0)

📄 Description

Added onboarding and budget e2e tests. Also fixed an issue for first-time flows using imports: currently people end up with a blank white screen after importing. Instead they should see the budget table.

Related: https://github.com/actualbudget/actual/issues/583


🔄 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/813 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 3/25/2023 **Status:** ✅ Merged **Merged:** 3/26/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/e2e-onboarding` --- ### 📝 Commits (5) - [`d63c6c3`](https://github.com/actualbudget/actual/commit/d63c6c3f0424b8840e75cf6e1eb6f15c3e48a606) :white_check_mark: (e2e) adding onboarding tests - [`461030b`](https://github.com/actualbudget/actual/commit/461030b963009e78468b060585d61bc4329c07cd) Add release notes - [`d26e194`](https://github.com/actualbudget/actual/commit/d26e1943817c6610f44562b0cc6d5df344fb540f) Add missing file - [`8258440`](https://github.com/actualbudget/actual/commit/8258440a070bf9bbf60bd56d4179e4f24aab0d71) Budget test - [`c67af95`](https://github.com/actualbudget/actual/commit/c67af95fc564e0efaf25c7dfffa18e00f356ceb1) Release notes ### 📊 Changes **13 files changed** (+265 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `packages/desktop-client/e2e/budget.test.js` (+54 -0) ➕ `packages/desktop-client/e2e/data/actual-demo-budget.zip` (+0 -0) ➕ `packages/desktop-client/e2e/data/ynab4-demo-budget.zip` (+0 -0) ➕ `packages/desktop-client/e2e/onboarding.test.js` (+71 -0) 📝 `packages/desktop-client/e2e/page-models/account-page.js` (+1 -0) ➕ `packages/desktop-client/e2e/page-models/budget-page.js` (+72 -0) 📝 `packages/desktop-client/e2e/page-models/configuration-page.js` (+53 -0) 📝 `packages/desktop-client/src/components/accounts/Account.js` (+2 -0) 📝 `packages/desktop-client/src/components/budget/misc.js` (+3 -0) 📝 `packages/desktop-client/src/components/budget/rollover/BudgetSummary.js` (+1 -0) 📝 `packages/desktop-client/src/components/budget/rollover/TransferTooltip.js` (+1 -1) 📝 `packages/loot-core/src/client/actions/budgets.js` (+1 -0) ➕ `upcoming-release-notes/813.md` (+6 -0) </details> ### 📄 Description Added onboarding and budget e2e tests. Also fixed an issue for first-time flows using imports: currently people end up with a blank white screen after importing. Instead they should see the budget table. Related: https://github.com/actualbudget/actual/issues/583 --- <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:40:14 -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#3345