summaryrefslogtreecommitdiff
path: root/spec/features/login_spec.rb
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-05-04 12:17:12 +0200
committerRémy Coutable <remy@rymai.me>2016-05-04 12:17:12 +0200
commit5f89c9642e6fa48d0487e40ea2dc6977676855dc (patch)
tree15aae24ea1c4a4d82134928bc748b18367f9aea9 /spec/features/login_spec.rb
parent450ea01d31fb1799de795efc94c3da9395cd9fa7 (diff)
downloadgitlab-ce-5f89c9642e6fa48d0487e40ea2dc6977676855dc.tar.gz
Fix a spec that was failing due to !3483
Spec were skipped in this MR so that tests started to fail in master instead of in this MR! Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'spec/features/login_spec.rb')
-rw-r--r--spec/features/login_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/login_spec.rb b/spec/features/login_spec.rb
index 4433ef2d6f1..8c38dd5b122 100644
--- a/spec/features/login_spec.rb
+++ b/spec/features/login_spec.rb
@@ -37,7 +37,7 @@ feature 'Login', feature: true do
end
def enter_code(code)
- fill_in 'Two-factor authentication code', with: code
+ fill_in 'Two-factor Authentication code', with: code
click_button 'Verify code'
end