mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00: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:
committed by
GitHub
parent
2b61821336
commit
47288a1629
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user