Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
95ab04a
remove state id specific specs from in_person_spec and move to the st…
svalexander Jan 4, 2024
f05f5e2
remove duplicate include
svalexander Jan 5, 2024
f0b1dff
fix heading text spec
svalexander Jan 5, 2024
68e5a96
add transliteration to address feature spec
svalexander Jan 9, 2024
09de845
update transliteration spec in state id step file
svalexander Jan 9, 2024
5dfb53b
add spec for state specific hint
svalexander Jan 9, 2024
bf59a00
update function name and remove address test from state id step spec
svalexander Jan 9, 2024
fae1ef1
add zip code validation to address spec
svalexander Jan 10, 2024
a34d0b1
rename manual address spec to full form address
svalexander Jan 10, 2024
008b017
add spec that shows forms are prepopulated on update
svalexander Jan 12, 2024
3292f6f
update context name to be more accurate
svalexander Jan 12, 2024
846072a
remove some unnecessary comments
svalexander Jan 12, 2024
44a8ea8
add dob validation spec to state id
svalexander Jan 12, 2024
b2f62fd
remove comments
svalexander Jan 12, 2024
7941e90
remove redundant text and move state id test from in person spec to s…
svalexander Jan 12, 2024
a0d45fb
can move through flow when outage enabled
svalexander Jan 16, 2024
751feee
remove todos
svalexander Jan 17, 2024
5ea1bc2
changelog: Internal, Feature specs, improve in person proofing featur…
svalexander Jan 17, 2024
b5839eb
add expectation for pre populated data
svalexander Jan 17, 2024
16467e4
fix lint issues
svalexander Jan 17, 2024
dad6198
Merge branch 'main' into shannon/lg-11054-update-in-person-specs
svalexander Jan 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion app/controllers/idv/in_person/usps_locations_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ class UspsLocationsController < ApplicationController
include RenderConditionConcern
include UspsInPersonProofing
include EffectiveUser
include UspsInPersonProofing
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was a duplicate line, see line 8


check_or_render_not_found -> { InPersonConfig.enabled? }

Expand Down
1 change: 1 addition & 0 deletions lib/idp/constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -165,5 +165,6 @@ module Vendors
MOCK_IDV_APPLICANT_FULL_STATE_ID_JURISDICTION = 'North Dakota'
MOCK_IDV_APPLICANT_FULL_STATE = 'Montana'
MOCK_IDV_APPLICANT_FULL_IDENTITY_DOC_ADDRESS_STATE = 'Virginia'
MOCK_IDV_APPLICANT_STATE = 'MT'
end
end
Loading