Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: check page title in feature test #6173

Merged
merged 1 commit into from
Jan 4, 2024
Merged
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down