Hopefully fix notifications pagination flaky test (#31494)
parent
1e612c5a09
commit
d2e4be0456
|
@ -185,7 +185,7 @@ RSpec.describe 'Notifications' do
|
||||||
it 'returns the requested number of notifications paginated', :aggregate_failures do
|
it 'returns the requested number of notifications paginated', :aggregate_failures do
|
||||||
subject
|
subject
|
||||||
|
|
||||||
notifications = user.account.notifications.browserable
|
notifications = user.account.notifications.browserable.order(id: :asc)
|
||||||
|
|
||||||
expect(body_as_json.size)
|
expect(body_as_json.size)
|
||||||
.to eq(params[:limit])
|
.to eq(params[:limit])
|
||||||
|
|
Loading…
Reference in New Issue