mirror of
https://github.com/we-promise/sure.git
synced 2026-06-04 10:19:03 +00:00
Better import instructions, remove ambiguous field (#1284)
* Remove ambiguous institution field * Add import instructions * Fix system test * Remove lint and i18n normalization checks in CI
This commit is contained in:
@@ -86,7 +86,6 @@ class AccountsTest < ApplicationSystemTestCase
|
||||
account_name = "[system test] #{accountable_type} Account"
|
||||
|
||||
fill_in "Account name", with: account_name
|
||||
select "Chase", from: "Financial institution"
|
||||
fill_in "account[balance]", with: 100.99
|
||||
fill_in "Start date (optional)", with: 10.days.ago.to_date
|
||||
fill_in "Start balance (optional)", with: 95
|
||||
|
||||
Reference in New Issue
Block a user