Commit 0067ca5b authored by Rémy Coutable's avatar Rémy Coutable

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
parents 450ea01d 5f89c964
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment