diff --git a/spec/features/admin/customers_spec.rb b/spec/features/admin/customers_spec.rb index c606f3486b..cfbbd9e0e5 100644 --- a/spec/features/admin/customers_spec.rb +++ b/spec/features/admin/customers_spec.rb @@ -89,6 +89,7 @@ feature 'Customers' do find(:css, "tags-input .tags input").set "awesome\n" expect(page).to have_css ".tag_watcher.update-pending" end + expect(page).to have_content I18n.t('admin.unsaved_changes') click_button "Save Changes" # Every says it updated