Skip to content

Commit

Permalink
Add more slack to the otp_unlock spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Jul 5, 2024
1 parent 1275004 commit 0c8dc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/otp_unlock_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def reset_otp_unlock_next_attempt_after
page.html.must_include 'Required consecutive successful authentications to unlock: 3'
page.html.must_include "Can attempt next authentication after: "
page.html.must_include "Page will automatically refresh when authentication is possible."
page.html.must_match(/<meta http-equiv="refresh" content="1[12]\d">/)
page.html.must_match(/<meta http-equiv="refresh" content="1[012]\d">/)
reset_otp_unlock_next_attempt_after
visit page.current_path
end
Expand Down

0 comments on commit 0c8dc7a

Please sign in to comment.