Skip to content

Commit

Permalink
Fix nightly cross browser tests (#4081)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamg-hmcts authored Feb 27, 2025
1 parent a82b073 commit b680b8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/cross-browser/features/happy-path.feature
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Feature: No fault union dissolution application submission
Given I create a new user and login
When I go to '/your-details'
Then the page should include "Apply for a divorce"
And I expect the page title to be "Apply for a divorce - Who are you applying to divorce? - GOV.UK"
And I expect the page title to be "Who are you applying to divorce? - Apply for a divorce - GOV.UK"
And the page should include "Who are you applying to divorce?"

Scenario: Successfully submitting a no fault union dissolution application
Expand Down
2 changes: 1 addition & 1 deletion src/test/functional/features/homepage.feature
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ Feature: Homepage
And the page should include "Who are you applying to divorce?"
And I click "Save and sign out"
Then the page should include "Your application has been saved"
And I expect the page title to be "Your application has been saved - GOV.UK"
And I expect the page title to be "Your application has been saved - Apply for a divorce - GOV.UK"
And the page should not include "Apply for a divorce"
And the page should not include "Back"

0 comments on commit b680b8d

Please sign in to comment.