Skip to content

Commit a512815

Browse files
committed
Add changes
1 parent 164ee4a commit a512815

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

spec/features/state_file/complete_intake_spec.rb

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -488,15 +488,7 @@
488488
page_change_check(I18n.t("state_file.questions.md_eligibility_filing_status.edit.title", year: filing_year))
489489
click_on I18n.t("general.continue")
490490

491-
# step_through_eligibility_screener(us_state: "md")
492-
page_change_check(I18n.t("state_file.questions.md_eligibility_filing_status.edit.title", year: filing_year))
493-
click_on I18n.t("general.continue")
494-
495-
page_change_check(I18n.t("state_file.questions.md_eligibility_filing_status.edit.title", year: filing_year))
496-
choose I18n.t("general.affirmative"), id: "state_file_md_eligibility_filing_status_form_eligibility_filing_status_mfj_yes"
497-
choose I18n.t("general.negative"), id: "state_file_md_eligibility_filing_status_form_eligibility_homebuyer_withdrawal_mfj_no"
498-
choose I18n.t("general.negative"), id: "state_file_md_eligibility_filing_status_form_eligibility_home_different_areas_no"
499-
click_on I18n.t("general.continue")
491+
step_through_eligibility_screener(us_state: "md")
500492

501493
step_through_initial_authentication(contact_preference: :email)
502494

0 commit comments

Comments
 (0)