mirror of
https://github.com/we-promise/sure.git
synced 2026-04-18 19:44:09 +00:00
Allow manual entry on linked accounts (#689)
* Update activity menu to conditionally display options for linked and investment accounts * Update transaction test to reflect "New activity" menu change --------- Co-authored-by: luckyPipewrench <luckypipewrench@proton.me>
This commit is contained in:
@@ -189,7 +189,7 @@ class TransactionsTest < ApplicationSystemTestCase
|
||||
visit account_url(investment_account, tab: "activity")
|
||||
within "[data-testid='activity-menu']" do
|
||||
click_on "New"
|
||||
click_on "New transaction"
|
||||
click_on "New activity"
|
||||
end
|
||||
select "Deposit", from: "Type"
|
||||
fill_in "Date", with: transfer_date
|
||||
|
||||
Reference in New Issue
Block a user