Commit 5f89c964 authored by Rémy Coutable's avatar Rémy Coutable

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: default avatarRémy Coutable <remy@rymai.me>
parent 450ea01d
......@@ -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