Skip to content

Commit

Permalink
exui-2406-addition of text (#1309)
Browse files Browse the repository at this point in the history
* addition of text

* changed text

* test fix
  • Loading branch information
RiteshHMCTS authored Oct 3, 2024
1 parent 51b29f8 commit c273a23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ <h2 class="govuk-heading-m govuk-!-margin-top-8">Confirm your registration detai
<li>you have used your registered office address and not a personal or home address</li>
<li>you are creating an account for your organisation for the first time</li>
<li>you are authorised to register an account on behalf of your organisation</li>
<li>your organisation's name is in the first line of the address if this is a shared business address</li>
</ul>

<div class="govuk-warning-text">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ <h1 class="govuk-heading-xl">{{headingText}}</h1>
<a class="govuk-link" href="https://www.gov.uk/get-information-about-a-company" target="_blank">company
information register</a>.
</p>
<p class="govuk-hint">Your organisation name should be included in the first line of your address if this is a shared business address.</p>
<xuilib-write-address-field [formGroup]="formGroup" [internationalMode]="true"
[startedInternational]="startedInternational" [addressChosen]="addressChosen"
[isInternational]="isInternational" [submissionAttempted]="submissionAttempted"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const should = require('chai').should();

suite('Manage Org -> 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) => {
Expand Down

0 comments on commit c273a23

Please sign in to comment.