This commit is contained in:
Javi Martín
2019-01-09 12:55:27 +01:00
parent be864ee92f
commit 7c06320f39

View File

@@ -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