@ministryofjustice/hmpps-probation-integration-e2e-tests 1.145.0 → 1.146.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ministryofjustice/hmpps-probation-integration-e2e-tests",
3
3
  "description": "Playwright end to end tests for hmpps-probation-integration-services.",
4
- "version": "1.145.0",
4
+ "version": "1.146.0",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/ministryofjustice/hmpps-probation-integration-e2e-tests#readme",
7
7
  "bugs": {
@@ -13,7 +13,7 @@ const referralProgress = async (page, referralRef) => {
13
13
  };
14
14
  const makeReferral = async (page, crn) => {
15
15
  await page.getByRole("link", { name: "Find a CRS intervention and make a referral" }).click();
16
- await page.locator("text=GM - Accommodation Support Service").click();
16
+ await page.locator("text=Accommodation Services - East of England").click();
17
17
  await page.locator("text=Make a referral").click();
18
18
  await page.locator("input[name=\"service-user-crn\"]").fill(crn);
19
19
  await page.locator("text=Continue").click();