mirror of
https://github.com/we-promise/sure.git
synced 2026-06-07 11:49:02 +00:00
Preserve transaction filters and transaction focus across page visits (#1733)
* Preserve transaction filters across page visits * Preserve params when per_page is updated * Autofocus selected transactions * Lint fixes * Fix syntax error * Fix filter clearing * Update e2e tests for new UI * Consolidate focus behavior into concern * Lint fixes
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
require "test_helper"
|
||||
|
||||
class Account::EntriesControllerTest < ActionDispatch::IntegrationTest
|
||||
setup do
|
||||
sign_in @user = users(:family_admin)
|
||||
@entry = account_entries(:transaction)
|
||||
end
|
||||
|
||||
test "gets index" do
|
||||
get account_entries_path(account_id: @entry.account.id)
|
||||
assert_response :success
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user