Added testing on statusMessage display for pending changes

This commit is contained in:
HugsDaniel
2018-01-24 13:42:54 +01:00
committed by Maikel Linke
parent 8c4d0f11d7
commit 7e5eae1b8d

View File

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