Skip to content

Commit

Permalink
MIC-677: 2i content amends for 5.2 Identified needs summary Details r…
Browse files Browse the repository at this point in the history
…eveal (#340)
  • Loading branch information
JackReeveMoJ authored Nov 20, 2024
1 parent d277b09 commit 33609b3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,25 @@ context('test /develop-an-initial-plan/identified-needs', () => {
cy.findByText(/test stafferson/i).should('be.visible')
cy.findByText(/progression goes here/).should('be.visible')
}

cy.findByText('The plan should:').should('be.visible')
cy.findByText(
'be based on a multi-disciplinary approach, and communicated with all appropriate staff members',
).should('be.visible')
cy.findByText('respond to the needs identified within the referral, investigation and other records').should(
'be.visible',
)
cy.findByText('include achievable targets, developed and agreed with the prisoner').should('be.visible')
cy.findByText('detail small steps to behaviour change, including the ’how’ and ’what it looks like’').should(
'be.visible',
)

cy.findByText(
'other types of support — for example, helping the prisoner improve their contact with family or engage more with activities',
).should('be.visible')
cy.findByText(
'intervention programmes — for example, behavioural programmes and other specialist services (if these match the prisoner’s needs)',
).should('be.visible')
cy.findByText('lighter touch initiatives — for example, peer support schemes').should('be.visible')
}
})
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
<ul class="govuk-list govuk-list--bullet">
<li>respond to the needs identified within the referral, investigation and other records</li>
<li>include achievable targets, developed and agreed with the prisoner</li>
<li>detail small steps to behaviour change, including the ’how’ and ’what it looks like’</li>
<li>be based on a multi-disciplinary approach and communicated with all appropriate staff members</li>
<li>detail small steps to behaviour change, including the ’how’ and ’what it looks like’</li>
<li>be based on a multi-disciplinary approach, and communicated with all appropriate staff members</li>
</ul>
<p>Plans can include a range of activities, such as:</p>
<ul class="govuk-list govuk-list--bullet">
<li>support to cope better and manage their triggers</li>
<li>support to learn about acceptable behaviour</li>
<li>other types of support - for example, helping the prisoner improve their contact with family or engage more with activities</li>
<li>intervention programmes - for example, behavioural programmes and other specialist services (if these match the prisoner’s needs)</li>
<li>lighter touch initiatives - for example, peer support schemes</li>
<li>other types of support for example, helping the prisoner improve their contact with family or engage more with activities</li>
<li>intervention programmes for example, behavioural programmes and other specialist services (if these match the prisoner’s needs)</li>
<li>lighter touch initiatives for example, peer support schemes</li>
</ul>
<p>You can find out what support and interventions are available using your establishment’s Multi-Agency Provision guidance sheet</p>
'
Expand Down

0 comments on commit 33609b3

Please sign in to comment.