diff --git a/Jenkinsfile_CNP b/Jenkinsfile_CNP index bcc2178c2..282e36c9e 100644 --- a/Jenkinsfile_CNP +++ b/Jenkinsfile_CNP @@ -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') } diff --git a/src/test/end-to-end/pages/C100-Rebuild/ApplicantDetails.js b/src/test/end-to-end/pages/C100-Rebuild/ApplicantDetails.js index 443fde859..08567a9bd 100644 --- a/src/test/end-to-end/pages/C100-Rebuild/ApplicantDetails.js +++ b/src/test/end-to-end/pages/C100-Rebuild/ApplicantDetails.js @@ -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(); diff --git a/src/test/end-to-end/pages/C100-Rebuild/OtherPersonDetails.js b/src/test/end-to-end/pages/C100-Rebuild/OtherPersonDetails.js index 59e11dfdd..df43a900e 100644 --- a/src/test/end-to-end/pages/C100-Rebuild/OtherPersonDetails.js +++ b/src/test/end-to-end/pages/C100-Rebuild/OtherPersonDetails.js @@ -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();