Skip to content

Commit

Permalink
Remove voter registration help
Browse files Browse the repository at this point in the history
  • Loading branch information
vrajmohan committed Jan 20, 2024
1 parent a208e9b commit 961d318
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 49 deletions.
3 changes: 0 additions & 3 deletions src/main/resources/flows-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -450,9 +450,6 @@ flow:
nextScreens:
- name: registerToVote
registerToVote:
nextScreens:
- name: registerToVoteHelp
registerToVoteHelp:
nextScreens:
- name: raceEthnicityAsk
raceEthnicityAsk:
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -764,10 +764,6 @@ void completeFlow() {
testPage.selectRadio("votingRegistrationRequested", "Yes");
testPage.clickContinue();

assertThat(testPage.getTitle()).isEqualTo(message("voter-registration-help.title"));
testPage.selectRadio("votingRegistrationHelpRequested", "No");
testPage.clickContinue();

assertThat(testPage.getTitle()).isEqualTo(message("race-ethnicity.title"));
testPage.clickButton("No, skip this question");

Expand Down

0 comments on commit 961d318

Please sign in to comment.