diff --git a/spec/features/admin/budget_investments_spec.rb b/spec/features/admin/budget_investments_spec.rb index 8242dc891..7e5a6be03 100644 --- a/spec/features/admin/budget_investments_spec.rb +++ b/spec/features/admin/budget_investments_spec.rb @@ -609,7 +609,7 @@ feature 'Admin budget investments' do visit admin_budget_budget_investments_path(budget) expect('D Fourth Investment').to appear_before('B First Investment') - expect('D Fourth Investment').to appear_before('A Second Investment') + expect('B First Investment').to appear_before('A Second Investment') expect('A Second Investment').to appear_before('C Third Investment') end