[PR #694] [MERGED] (e2e) adding e2e tests for schedules page #3259

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

📋 Pull Request Information

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

Base: masterHead: matiss/e2e-schedules


📝 Commits (1)

  • 7f826a4 (e2e) adding e2e tests for schedules page

📊 Changes

8 files changed (+185 additions, -13 deletions)

View changed files

📝 packages/desktop-client/e2e/page-models/navigation.js (+7 -0)
packages/desktop-client/e2e/page-models/schedules-page.js (+93 -0)
packages/desktop-client/e2e/schedules.test.js (+64 -0)
📝 packages/desktop-client/src/components/schedules/EditSchedule.js (+10 -5)
📝 packages/desktop-client/src/components/schedules/SchedulesTable.js (+6 -5)
📝 packages/desktop-client/src/components/util/AmountInput.js (+2 -1)
📝 packages/loot-design/src/components/common.js (+1 -0)
📝 packages/loot-design/src/components/forms.js (+2 -2)

📄 Description

Slowly working on #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/694 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 2/25/2023 **Status:** ✅ Merged **Merged:** 2/25/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/e2e-schedules` --- ### 📝 Commits (1) - [`7f826a4`](https://github.com/actualbudget/actual/commit/7f826a4e209873cbe6d7432021f9fb7b725d35f7) :white_check_mark: (e2e) adding e2e tests for schedules page ### 📊 Changes **8 files changed** (+185 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/page-models/navigation.js` (+7 -0) ➕ `packages/desktop-client/e2e/page-models/schedules-page.js` (+93 -0) ➕ `packages/desktop-client/e2e/schedules.test.js` (+64 -0) 📝 `packages/desktop-client/src/components/schedules/EditSchedule.js` (+10 -5) 📝 `packages/desktop-client/src/components/schedules/SchedulesTable.js` (+6 -5) 📝 `packages/desktop-client/src/components/util/AmountInput.js` (+2 -1) 📝 `packages/loot-design/src/components/common.js` (+1 -0) 📝 `packages/loot-design/src/components/forms.js` (+2 -2) </details> ### 📄 Description Slowly working on #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:38:56 -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#3259