summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-05-04 10:58:22 +0000
committerRémy Coutable <remy@rymai.me>2016-05-04 10:58:22 +0000
commit0067ca5b87c566ab66062979ac748b0481bea2cf (patch)
tree15aae24ea1c4a4d82134928bc748b18367f9aea9
parent450ea01d31fb1799de795efc94c3da9395cd9fa7 (diff)
parent5f89c9642e6fa48d0487e40ea2dc6977676855dc (diff)
downloadgitlab-ce-0067ca5b87c566ab66062979ac748b0481bea2cf.tar.gz
Merge branch 'fix-master-spec' into 'master'
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! /cc @connorshea @rspeicher See merge request !4033
-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