1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-02 20:15:22 +02:00

Auto naming of Transfer Transaction (#1393)

* Remove Description field

* Auto naming of tranfer transaction

* Fix transfer test

* Improve Transfer entries names
This commit is contained in:
Harshit Chaudhary 2024-11-01 18:28:19 +05:30 committed by GitHub
parent 2b61821336
commit 47288a1629
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 4 additions and 9 deletions

View file

@ -17,7 +17,6 @@ class TransfersTest < ApplicationSystemTestCase
click_on "Transfer"
assert_text "New transfer"
fill_in "Description", with: "Transfer txn name"
select checking_name, from: "From"
select savings_name, from: "To"
fill_in "account_transfer[amount]", with: 500