diff options
author | Robert Speicher <robert@gitlab.com> | 2018-01-03 19:23:39 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2018-01-03 19:23:39 +0000 |
commit | ea55445dad4e11a16ab6eec58c85198870bd1f40 (patch) | |
tree | 1a3f519be9c3a5ccde846d727afeea07e67bd632 /spec | |
parent | 54bc270f7e90f4bd15d6958e44d0a8f41a3eb571 (diff) | |
parent | 540a2b67098782842cfdd98b4177a29ac3c81ebf (diff) | |
download | gitlab-ce-ea55445dad4e11a16ab6eec58c85198870bd1f40.tar.gz |
Merge branch 'fix/move-2fa-disable-button' into 'master'
Move 2FA disable button #35836
Closes #35836
See merge request gitlab-org/gitlab-ce!16177
Diffstat (limited to 'spec')
-rw-r--r-- | spec/features/u2f_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/u2f_spec.rb b/spec/features/u2f_spec.rb index c9afef2a8de..50ee1656e10 100644 --- a/spec/features/u2f_spec.rb +++ b/spec/features/u2f_spec.rb @@ -264,7 +264,7 @@ feature 'Using U2F (Universal 2nd Factor) Devices for Authentication', :js do end it "deletes u2f registrations" do - visit profile_account_path + visit profile_two_factor_auth_path expect do accept_confirm { click_on "Disable" } end.to change { U2fRegistration.count }.by(-1) |