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:
commit
0067ca5b87
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue