Skip to content

Commit

Permalink
finalize base journey test
Browse files Browse the repository at this point in the history
  • Loading branch information
lkemperman-cfa committed Oct 17, 2023
1 parent 0c9f790 commit 7befcd0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ void fullDigitalAssisterFlow() {
assertThat(testPage.getTitle()).isEqualTo("Hours a week");
testPage.enter("hoursPerWeek", "10");
testPage.clickContinue();
assertThat(testPage.getTitle()).isEqualTo("Income confirmation");
testPage.clickButton("No");
assertThat(testPage.getTitle()).isEqualTo("Income list");


// SNAP
Expand Down

0 comments on commit 7befcd0

Please sign in to comment.