Sorry, the service is unavailable
-- You will be able to use the service later. -
-- Contact the Develop your career in child and family social work team if you need to speak to someone. -
-diff --git a/.github/workflows/run-content-regression-tests.yml b/.github/workflows/run-content-regression-tests.yml index b36ab6a0..2af122b0 100644 --- a/.github/workflows/run-content-regression-tests.yml +++ b/.github/workflows/run-content-regression-tests.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest env: working-directory: ./browser-tests/content-regression-tests - PLAYWRIGHT_BASE_URL: https://${{ inputs.target_environment }}.develop-child-family-social-work-career.education.gov.uk/ + PLAYWRIGHT_BASE_URL: https://${{ inputs.target_environment }}.support-for-social-workers.education.gov.uk/ defaults: run: shell: bash diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index b3e67aef..af1390ad 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -60,7 +60,7 @@ jobs: /d:sonar.qualitygate.wait=true \ /d:sonar.cs.vscoveragexml.reportsPaths=coverage.xml \ /d:sonar.exclusions="**/*.css,**/*.scss,**/Models/*,**/Program.cs,**/WebApplicationBuilderExtensions.cs,**/GraphQL/Queries/*,**/Contentful-Schema/migrations/*.cjs" \ - /d:sonar.test.exclusions="Childrens-Social-Care-CPD-Tests/**/*" \ + /d:sonar.test.exclusions="Childrens-Social-Care-CPD-Tests/**/*,Terraform-bootstrap/Error-pages/*" \ /d:sonar.token="${{ secrets.SONAR_TOKEN }}" \ /d:sonar.host.url="https://sonarcloud.io" dotnet build --no-incremental diff --git a/Childrens-Social-Care-CPD/Views/Error/404.cshtml b/Childrens-Social-Care-CPD/Views/Error/404.cshtml index 8c5b446a..b46b40f8 100644 --- a/Childrens-Social-Care-CPD/Views/Error/404.cshtml +++ b/Childrens-Social-Care-CPD/Views/Error/404.cshtml @@ -13,7 +13,7 @@ If you pasted the web address, check you copied the entire address.
- If the web address is correct or you selected a link or button, contact the Develop your career in child and family social work team if you need to speak to someone. + If the web address is correct or you selected a link or button, contact the Support for social workers team if you need to speak to someone.
diff --git a/Childrens-Social-Care-CPD/Views/Error/500.cshtml b/Childrens-Social-Care-CPD/Views/Error/500.cshtml index 3e89ae29..3df11517 100644 --- a/Childrens-Social-Care-CPD/Views/Error/500.cshtml +++ b/Childrens-Social-Care-CPD/Views/Error/500.cshtml @@ -8,7 +8,7 @@Try again later.
- Contact the Develop your career in child and family social work team if you need to speak to someone. + Contact the Support for social workers team if you need to speak to someone.
diff --git a/Childrens-Social-Care-CPD/Views/HTMLFiles/403.html b/Childrens-Social-Care-CPD/Views/HTMLFiles/403.html deleted file mode 100644 index c0592c58..00000000 --- a/Childrens-Social-Care-CPD/Views/HTMLFiles/403.html +++ /dev/null @@ -1,9313 +0,0 @@ - - - - -- You will be able to use the service later. -
-- Contact the Develop your career in child and family social work team if you need to speak to someone. -
-- You will be able to use the service later. -
-- Contact the Develop your career in child and family social work team if you need to speak to someone. -
-- Contact the Develop your career in child and family social work team if you need to speak to someone. + Contact the Support for social workers team if you need to speak to someone.
diff --git a/Terraform-bootstrap/Error-pages/502.html b/Terraform-bootstrap/Error-pages/502.html index 01cbf026..0b845dd9 100644 --- a/Terraform-bootstrap/Error-pages/502.html +++ b/Terraform-bootstrap/Error-pages/502.html @@ -2,7 +2,7 @@ -- Contact the Develop your career in child and family social work team if you need to speak to someone. + Contact the Support for social workers team if you need to speak to someone.
diff --git a/browser-tests/content-regression-tests/tests/accessibility.spec.ts b/browser-tests/content-regression-tests/tests/accessibility.spec.ts index 042e519c..2d254812 100644 --- a/browser-tests/content-regression-tests/tests/accessibility.spec.ts +++ b/browser-tests/content-regression-tests/tests/accessibility.spec.ts @@ -6,7 +6,7 @@ test.describe('Accessibility', () => { }) test('CPD email address is visible @external', async ({ page }) => { - await expect(page.getByRole('link', { name: 'develop-child-family-social-work-career-team@digital.education.gov.uk' })).toBeVisible() + await expect(page.getByRole('link', { name: 'support-for-social-workers-team@education.gov.uk' })).toBeVisible() }) test.describe('External links @external', () => { diff --git a/docs/StaticContents/StaticPages.md b/docs/StaticContents/StaticPages.md index 55e91577..e586104a 100644 --- a/docs/StaticContents/StaticPages.md +++ b/docs/StaticContents/StaticPages.md @@ -3,7 +3,7 @@ This application uses two static HTML error pages with DFE branding style. These pages are used by the App gateway to show error messages when service is down or App gateway not able to reach the web application. -Repository path - https://github.com/DFE-Digital/childrens-social-care-cpd/tree/master/Childrens-Social-Care-CPD/Views/HTMLFiles +Repository path - https://github.com/DFE-Digital/childrens-social-care-cpd/tree/main/Terraform-bootstrap/Error-pages File Names: