mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-02 20:15:22 +02:00
Match Plaid holding values on current day (#2212)
* Match Plaid holding values on current day * Fix chart timezone issue * Add timezone tests for syncs * Hide sidebars on trades test
This commit is contained in:
parent
470b753833
commit
2000f05453
16 changed files with 242 additions and 21 deletions
|
@ -6,6 +6,8 @@ class TradesTest < ApplicationSystemTestCase
|
|||
setup do
|
||||
sign_in @user = users(:family_admin)
|
||||
|
||||
@user.update!(show_sidebar: false, show_ai_sidebar: false)
|
||||
|
||||
@account = accounts(:investment)
|
||||
|
||||
visit_account_portfolio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue