fixes spec

This commit is contained in:
rgarcia
2015-10-14 18:36:58 +02:00
parent e601374676
commit 9cc6dcbfab

View File

@@ -111,7 +111,7 @@ feature 'Managed User' do
expect(page).to have_content "Identified as"
expect(page).to have_content "#{user.username}"
click_link "Logout"
click_link "Change user"
end
expect(page).to have_content "Signed out successfully."