Change admin accounts default sort to most recent (#8813)
This commit is contained in:
parent
7fe137d2f7
commit
e645ae9561
6 changed files with 12 additions and 12 deletions
|
@ -25,7 +25,7 @@ RSpec.describe Admin::AccountsController, type: :controller do
|
|||
expect(h[:remote]).to eq '1'
|
||||
expect(h[:by_domain]).to eq 'domain'
|
||||
expect(h[:silenced]).to eq '1'
|
||||
expect(h[:recent]).to eq '1'
|
||||
expect(h[:alphabetic]).to eq '1'
|
||||
expect(h[:suspended]).to eq '1'
|
||||
expect(h[:username]).to eq 'username'
|
||||
expect(h[:display_name]).to eq 'display name'
|
||||
|
@ -40,7 +40,7 @@ RSpec.describe Admin::AccountsController, type: :controller do
|
|||
remote: '1',
|
||||
by_domain: 'domain',
|
||||
silenced: '1',
|
||||
recent: '1',
|
||||
alphabetic: '1',
|
||||
suspended: '1',
|
||||
username: 'username',
|
||||
display_name: 'display name',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue