[PR #3512] [MERGED] 🧪 improving rules test e2e stability #39330

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

📋 Pull Request Information

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

Base: masterHead: matiss/e2e-stability-2


📝 Commits (2)

📊 Changes

9 files changed (+87 additions, -153 deletions)

View changed files

📝 packages/desktop-client/src/components/ManageRules.tsx (+6 -28)
📝 packages/desktop-client/src/components/reports/reports/CashFlow.tsx (+6 -2)
📝 packages/desktop-client/src/components/reports/reports/Spending.tsx (+6 -2)
📝 packages/desktop-client/src/components/rules/ScheduleValue.tsx (+2 -2)
packages/desktop-client/src/components/rules/SchedulesQuery.ts (+0 -4)
packages/desktop-client/src/hooks/useSchedules.ts (+7 -0)
packages/loot-core/src/client/query-hooks.ts (+54 -0)
packages/loot-core/src/client/query-hooks.tsx (+0 -115)
upcoming-release-notes/3512.md (+6 -0)

📄 Description

Continuing the missing of improving the stability of our e2e tests. Returning back to: rules.

See inline comment for explanation.

https://github.com/actualbudget/actual/issues/3482

--

sample failure: https://github.com/actualbudget/actual/actions/runs/11041754845/job/30672775182?pr=3507

trace: trace.zip


🔄 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/3512 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 9/26/2024 **Status:** ✅ Merged **Merged:** 9/27/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/e2e-stability-2` --- ### 📝 Commits (2) - [`a269802`](https://github.com/actualbudget/actual/commit/a26980239dbd4b43e5e96490a63311bef6f25678) :test_tube: improving rules test e2e stability - [`6ac3ae0`](https://github.com/actualbudget/actual/commit/6ac3ae05e97c0fb28ea45803196861054d7f056a) Fix linter ### 📊 Changes **9 files changed** (+87 additions, -153 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/ManageRules.tsx` (+6 -28) 📝 `packages/desktop-client/src/components/reports/reports/CashFlow.tsx` (+6 -2) 📝 `packages/desktop-client/src/components/reports/reports/Spending.tsx` (+6 -2) 📝 `packages/desktop-client/src/components/rules/ScheduleValue.tsx` (+2 -2) ➖ `packages/desktop-client/src/components/rules/SchedulesQuery.ts` (+0 -4) ➕ `packages/desktop-client/src/hooks/useSchedules.ts` (+7 -0) ➕ `packages/loot-core/src/client/query-hooks.ts` (+54 -0) ➖ `packages/loot-core/src/client/query-hooks.tsx` (+0 -115) ➕ `upcoming-release-notes/3512.md` (+6 -0) </details> ### 📄 Description Continuing the missing of improving the stability of our e2e tests. Returning back to: `rules`. See inline comment for explanation. https://github.com/actualbudget/actual/issues/3482 -- sample failure: https://github.com/actualbudget/actual/actions/runs/11041754845/job/30672775182?pr=3507 trace: [trace.zip](https://github.com/user-attachments/files/17155400/trace.zip) --- <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-23 12:16:21 -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#39330