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
This commit is contained in:
Rémy Coutable 2016-05-04 10:58:22 +00:00
commit 0067ca5b87

View file

@ -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