[PR #2604] [MERGED] Add VRT test for validating that split transaction rules work as expected #38828

Closed
opened 2026-04-23 11:49:47 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2604
Author: @Marethyu1
Created: 4/14/2024
Status: Merged
Merged: 4/22/2024
Merged by: @joel-jeremy

Base: masterHead: split-rules-test


📝 Commits (3)

  • c598fcb Add UI test for validating that split transaction rules work as expected
  • 2777a67 Apply suggestions from code review
  • 3a53f51 Define id for finding splitactions on the page wher its used

📊 Changes

10 files changed (+122 additions, -12 deletions)

View changed files

📝 packages/desktop-client/e2e/page-models/account-page.js (+12 -12)
📝 packages/desktop-client/e2e/page-models/rules-page.js (+21 -0)
📝 packages/desktop-client/e2e/page-models/settings-page.js (+6 -0)
📝 packages/desktop-client/e2e/rules.test.js (+74 -0)
packages/desktop-client/e2e/rules.test.js-snapshots/Rules-creates-a-split-transaction-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-1-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/rules.test.js-snapshots/Rules-creates-a-split-transaction-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/src/components/modals/EditRule.jsx (+1 -0)
📝 packages/desktop-client/src/components/settings/Experimental.tsx (+1 -0)
📝 packages/desktop-client/src/components/settings/UI.tsx (+1 -0)
upcoming-release-notes/2604.md (+6 -0)

📄 Description

👋 just been experimenting with split rules functionality and added an integration test for it

The pr contributes to functionality in #1168 that is being discussed in #2379


🔄 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/2604 **Author:** [@Marethyu1](https://github.com/Marethyu1) **Created:** 4/14/2024 **Status:** ✅ Merged **Merged:** 4/22/2024 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `split-rules-test` --- ### 📝 Commits (3) - [`c598fcb`](https://github.com/actualbudget/actual/commit/c598fcbd05f96f8910c7c560d0ca7ed1f435d358) Add UI test for validating that split transaction rules work as expected - [`2777a67`](https://github.com/actualbudget/actual/commit/2777a677df283f23c942ea233cf80aca262fe057) Apply suggestions from code review - [`3a53f51`](https://github.com/actualbudget/actual/commit/3a53f51a51fcb82842d81e369f28ec4e3a4bc9e8) Define id for finding splitactions on the page wher its used ### 📊 Changes **10 files changed** (+122 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/page-models/account-page.js` (+12 -12) 📝 `packages/desktop-client/e2e/page-models/rules-page.js` (+21 -0) 📝 `packages/desktop-client/e2e/page-models/settings-page.js` (+6 -0) 📝 `packages/desktop-client/e2e/rules.test.js` (+74 -0) ➕ `packages/desktop-client/e2e/rules.test.js-snapshots/Rules-creates-a-split-transaction-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-1-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/rules.test.js-snapshots/Rules-creates-a-split-transaction-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/src/components/modals/EditRule.jsx` (+1 -0) 📝 `packages/desktop-client/src/components/settings/Experimental.tsx` (+1 -0) 📝 `packages/desktop-client/src/components/settings/UI.tsx` (+1 -0) ➕ `upcoming-release-notes/2604.md` (+6 -0) </details> ### 📄 Description 👋 just been experimenting with split rules functionality and added an integration test for it The pr contributes to functionality in #1168 that is being discussed in #2379 --- <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 11:49:47 -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#38828