mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 07:39:39 +02:00
parent
e8e100e1d8
commit
263d65ea7e
24 changed files with 146 additions and 73 deletions
|
@ -96,7 +96,10 @@ class AccountsTest < ApplicationSystemTestCase
|
|||
visit accounts_url
|
||||
assert_text account_name
|
||||
|
||||
visit account_url(Account.order(:created_at).last)
|
||||
created_account = Account.order(:created_at).last
|
||||
created_account.update!(mode: "transactions")
|
||||
|
||||
visit account_url(created_account)
|
||||
|
||||
within "header" do
|
||||
find('button[data-menu-target="button"]').click
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue