Changes notice for managed user session closed

This commit is contained in:
Juanjo Bazán
2015-10-18 13:27:58 +02:00
parent c65db493f3
commit 58da7649fa
3 changed files with 3 additions and 3 deletions

View File

@@ -114,7 +114,7 @@ feature 'Managed User' do
click_link "Change user"
end
expect(page).to have_content "Signed out successfully."
expect(page).to have_content "User session signed out successfully."
expect(current_path).to eq(management_root_path)
end