Skip to content

Commit

Permalink
Merge pull request #1735 from hmcts/functional-test-fix-3
Browse files Browse the repository at this point in the history
Update TEST URL back to aat
  • Loading branch information
sairamkantheti1 authored Jan 8, 2025
2 parents 317cc38 + 0c3e6a5 commit f488397
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile_CNP
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ withPipeline(type, product, component) {
}

before('functionalTest:aat') {
env.PRL_CITIZEN_URL = "https://prl-citizen-frontend-staging.aat.platform.hmcts.net/"
env.PRL_CITIZEN_URL = "https://privatelaw.aat.platform.hmcts.net/"
yarnBuilder.yarn('test:functional:skip')
}

Expand Down
2 changes: 1 addition & 1 deletion src/test/end-to-end/pages/C100-Rebuild/ApplicantDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ module.exports = {
await this.confidentialitySummary();
await this.provideDetailsPage();
await this.relationshipToChild();
await this.refugeDetailsOfApplicant();
// await this.refugeDetailsOfApplicant();
await this.addressDetailsOfApplicant();
await this.addressLookUp();
await this.confirmAddress();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ module.exports = {
await this.otherPersonName();
await this.otherPersonDetailsInfo();
await this.otherPersonRelationship();
await this.refugeDetailsOfOtherPerson();
// await this.refugeDetailsOfOtherPerson();
await this.addressOfOtherPerson();
await this.addressLookUpPage();
await this.confirmAddress();
Expand Down

0 comments on commit f488397

Please sign in to comment.