Merge pull request #3191 from consul/ui-i18n-details

Fix i18n and UI minor details
This commit is contained in:
Alberto
2019-02-13 10:55:03 +01:00
committed by GitHub
13 changed files with 19 additions and 23 deletions

View File

@@ -28,7 +28,7 @@ feature 'Admin budgets' do
scenario 'Displaying no open budgets text' do
visit admin_budgets_path
expect(page).to have_content("There are no open budgets.")
expect(page).to have_content("There are no budgets.")
end
scenario 'Displaying budgets' do
@@ -125,7 +125,7 @@ feature 'Admin budgets' do
click_link 'Delete budget'
expect(page).to have_content('Budget deleted successfully')
expect(page).to have_content('There are no open budgets.')
expect(page).to have_content("There are no budgets.")
end
scenario 'Try to destroy a budget with investments' do