Skip to content

Commit b680b8d

Browse files
authored
Fix nightly cross browser tests (#4081)
1 parent a82b073 commit b680b8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/cross-browser/features/happy-path.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Feature: No fault union dissolution application submission
44
Given I create a new user and login
55
When I go to '/your-details'
66
Then the page should include "Apply for a divorce"
7-
And I expect the page title to be "Apply for a divorce - Who are you applying to divorce? - GOV.UK"
7+
And I expect the page title to be "Who are you applying to divorce? - Apply for a divorce - GOV.UK"
88
And the page should include "Who are you applying to divorce?"
99

1010
Scenario: Successfully submitting a no fault union dissolution application

src/test/functional/features/homepage.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ Feature: Homepage
2929
And the page should include "Who are you applying to divorce?"
3030
And I click "Save and sign out"
3131
Then the page should include "Your application has been saved"
32-
And I expect the page title to be "Your application has been saved - GOV.UK"
32+
And I expect the page title to be "Your application has been saved - Apply for a divorce - GOV.UK"
3333
And the page should not include "Apply for a divorce"
3434
And the page should not include "Back"

0 commit comments

Comments
 (0)