From 9cc6dcbfab4a7875940c7f6648fc7c5f9f8530ab Mon Sep 17 00:00:00 2001 From: rgarcia Date: Wed, 14 Oct 2015 18:36:58 +0200 Subject: [PATCH] fixes spec --- spec/features/management/managed_users_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/management/managed_users_spec.rb b/spec/features/management/managed_users_spec.rb index 83a36047e..dc0c3f3e0 100644 --- a/spec/features/management/managed_users_spec.rb +++ b/spec/features/management/managed_users_spec.rb @@ -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."