mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 07:39:39 +02:00
Add empty states to account summary page (#1265)
* Add empty states to account summary page * Liability icon fix * Normalize translations * Clean up modal styles * Account color updates * Lint fixes * Test fix
This commit is contained in:
parent
ffd54e4065
commit
2f6479f058
9 changed files with 93 additions and 69 deletions
|
@ -58,11 +58,9 @@ class AccountsTest < ApplicationSystemTestCase
|
|||
assert_account_created("OtherLiability")
|
||||
end
|
||||
|
||||
test "can sync all acounts on accounts page and account summary page" do
|
||||
test "can sync all acounts on accounts page" do
|
||||
visit accounts_url
|
||||
assert_button "Sync all"
|
||||
visit summary_accounts_url
|
||||
assert_button "Sync all"
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue