From 9e852340fb2effbe7bc502026e99d374775747d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Javier=20L=C3=B3pez?= Date: Thu, 1 Mar 2018 16:28:15 +0000 Subject: Removing the two factor check when the user sets a new password --- spec/features/profiles/password_spec.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'spec/features/profiles') diff --git a/spec/features/profiles/password_spec.rb b/spec/features/profiles/password_spec.rb index 1d7700b6767..f9c6ff90ca1 100644 --- a/spec/features/profiles/password_spec.rb +++ b/spec/features/profiles/password_spec.rb @@ -134,5 +134,15 @@ describe 'Profile > Password' do expect(current_path).to eq new_user_session_path end + + context 'when global require_two_factor_authentication is enabled' do + it 'needs change user password' do + stub_application_setting(require_two_factor_authentication: true) + + visit profile_path + + expect(current_path).to eq new_profile_password_path + end + end end end -- cgit v1.2.3