From c273a239aea636f28208e1fdff1ca9d74cee6912 Mon Sep 17 00:00:00 2001 From: RiteshHMCTS <74713687+RiteshHMCTS@users.noreply.github.com> Date: Thu, 3 Oct 2024 12:23:54 +0100 Subject: [PATCH] exui-2406-addition of text (#1309) * addition of text * changed text * test fix --- .../check-your-answers/check-your-answers.component.html | 1 + .../registered-address/registered-address.component.html | 1 + .../integration/tests/get_Organisation_User_Details.ts | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/register-org/components/check-your-answers/check-your-answers.component.html b/src/register-org/components/check-your-answers/check-your-answers.component.html index 0cfc185a6..eaf69e351 100644 --- a/src/register-org/components/check-your-answers/check-your-answers.component.html +++ b/src/register-org/components/check-your-answers/check-your-answers.component.html @@ -227,6 +227,7 @@

Confirm your registration detai
  • you have used your registered office address and not a personal or home address
  • you are creating an account for your organisation for the first time
  • you are authorised to register an account on behalf of your organisation
  • +
  • your organisation's name is in the first line of the address if this is a shared business address
  • diff --git a/src/register-org/containers/registered-address/registered-address.component.html b/src/register-org/containers/registered-address/registered-address.component.html index 2c1628c5d..e66011bd9 100644 --- a/src/register-org/containers/registered-address/registered-address.component.html +++ b/src/register-org/containers/registered-address/registered-address.component.html @@ -15,6 +15,7 @@

    {{headingText}}

    company information register.

    +

    Your organisation name should be included in the first line of your address if this is a shared business address.

    Get Organisation User details', function() { this.timeout(50000); - test('GET Manage Organisation User details', () => generateAPIRequest('GET', '/api/allUserList') + test('GET Manage Organisation User details', () => generateAPIRequest('GET', '/api/allUserListWithoutRoles') // console.log('response', response.headers.get('cache-control')) .then((response) => {