Hopefully fix notifications pagination flaky test (#31494)
This commit is contained in:
		
							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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user