[PR #3467] [MERGED] CSV import e2e tests #4869

Closed
opened 2026-02-28 21:02:30 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3467
Author: @UnderKoen
Created: 9/18/2024
Status: Merged
Merged: 9/19/2024
Merged by: @MatissJanis

Base: masterHead: fix/csv-import-3416


📝 Commits (4)

📊 Changes

11 files changed (+62 additions, -0 deletions)

View changed files

📝 packages/desktop-client/e2e/accounts.test.js (+42 -0)
packages/desktop-client/e2e/accounts.test.js-snapshots/Accounts-Import-Transactions-import-csv-file-twice-1-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/accounts.test.js-snapshots/Accounts-Import-Transactions-import-csv-file-twice-2-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/accounts.test.js-snapshots/Accounts-Import-Transactions-import-csv-file-twice-3-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/accounts.test.js-snapshots/Accounts-Import-Transactions-imports-transactions-from-a-CSV-file-1-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/accounts.test.js-snapshots/Accounts-Import-Transactions-imports-transactions-from-a-CSV-file-2-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/accounts.test.js-snapshots/Accounts-Import-Transactions-imports-transactions-from-a-CSV-file-3-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/data/test.csv (+9 -0)
📝 packages/desktop-client/e2e/page-models/close-account-modal.js (+4 -0)
📝 packages/desktop-client/src/components/modals/CloseAccountModal.tsx (+1 -0)
upcoming-release-notes/3467.md (+6 -0)

📄 Description

Adds two e2e test cases for the import CSV dialog


🔄 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/3467 **Author:** [@UnderKoen](https://github.com/UnderKoen) **Created:** 9/18/2024 **Status:** ✅ Merged **Merged:** 9/19/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `fix/csv-import-3416` --- ### 📝 Commits (4) - [`d6db395`](https://github.com/actualbudget/actual/commit/d6db395f99c93f8c3e0feafaecbf151c7950add7) test: csv import e2e tests - [`f4805b2`](https://github.com/actualbudget/actual/commit/f4805b254d2184d697df1f77578cca4bd2d99b80) chore: release note - [`59fd177`](https://github.com/actualbudget/actual/commit/59fd17761ecf8da31acc3fff9318230f8d0f55cf) chore: lint - [`00de44d`](https://github.com/actualbudget/actual/commit/00de44dae1f03ea1667136dced18a416fb3cae87) chore: remove .only ### 📊 Changes **11 files changed** (+62 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/accounts.test.js` (+42 -0) ➕ `packages/desktop-client/e2e/accounts.test.js-snapshots/Accounts-Import-Transactions-import-csv-file-twice-1-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/accounts.test.js-snapshots/Accounts-Import-Transactions-import-csv-file-twice-2-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/accounts.test.js-snapshots/Accounts-Import-Transactions-import-csv-file-twice-3-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/accounts.test.js-snapshots/Accounts-Import-Transactions-imports-transactions-from-a-CSV-file-1-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/accounts.test.js-snapshots/Accounts-Import-Transactions-imports-transactions-from-a-CSV-file-2-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/accounts.test.js-snapshots/Accounts-Import-Transactions-imports-transactions-from-a-CSV-file-3-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/data/test.csv` (+9 -0) 📝 `packages/desktop-client/e2e/page-models/close-account-modal.js` (+4 -0) 📝 `packages/desktop-client/src/components/modals/CloseAccountModal.tsx` (+1 -0) ➕ `upcoming-release-notes/3467.md` (+6 -0) </details> ### 📄 Description Adds two e2e test cases for the import CSV dialog --- <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 21:02:30 -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#4869