Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore: check page title in feature test
Browse files Browse the repository at this point in the history
Remove todo from codebase
agoldstone93 committed Jan 4, 2024
1 parent 748bdef commit 844cdd3
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -73,17 +73,15 @@ Feature: Bank statement upload journey state_benefit loop feature
When I choose "No"
And I click "Save and continue"

# TODO: Title not working on regular_income page
Then I should be on the "regular_incomes" page showing "Which of these payments does your client get?"
Then I should be on a page with title matching "Which of these payments does your client get?"
When I select "My client does not get any of these payments"
And I click "Save and continue"

Then I should be on a page with title "Does your client get student finance?"
When I choose "No"
And I click "Save and continue"

# TODO: Title not working on regular_income page
Then I should be on the "regular_outgoings" page showing "Which of these payments does your client pay?"
Then I should be on a page with title matching "Which of these payments does your client pay?"
When I select "My client makes none of these payments"
And I click "Save and continue"

0 comments on commit 844cdd3

Please sign in to comment.