Commit 091f4cb2 authored by Bryce Johnson's avatar Bryce Johnson

Update filled in field for two_factor auth to use id.

parent c2766614
......@@ -29,7 +29,7 @@ feature 'Login', feature: true do
describe 'with two-factor authentication' do
def enter_code(code)
fill_in 'Two-Factor Authentication code', with: code
fill_in 'user_otp_attempt', 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