diff --git a/performance-tests/STS/nurse-journey.jmx b/performance-tests/STS/nurse-journey.jmx
index 13b63b26424..7f5566d637b 100644
--- a/performance-tests/STS/nurse-journey.jmx
+++ b/performance-tests/STS/nurse-journey.jmx
@@ -114,13 +114,13 @@
Loops
- ${__P(Loops, 10)}
+ ${__P(Loops, 2)}
=
How many loops total (must be multiple times higher than vaccinationloop)
Threads
- ${__P(Threads, 1)}
+ ${__P(Threads, 4)}
=
@@ -147,7 +147,7 @@
URN
- ${__P(URN, 104698)}
+ ${__P(URN, 108657)}
=
@@ -874,7 +874,7 @@ log.info("Total Vaccinations found for " + vars.get("SessionId&qu
false
-
+
groovy
@@ -1392,7 +1392,7 @@ for(loop=1;loop<=PatientCount;loop++){
-
+
sessions/${SessionId}/patients/${PatientId}/${VaccineName}?return_to=consent
true
GET
@@ -1477,7 +1477,7 @@ vars.put("vaccineCount",vaccineCount.toString())
1
-
+
false
ConsentGiven
<h3 class="nhsuk-heading-m">Consent<\/h3>[\S\s]*?: (.*?)<
@@ -1519,8 +1519,17 @@ vars.put("vaccineCount",vaccineCount.toString())
-
- ${__jexl3("${ConsentGiven}" != "Consent given for nasal spray")}
+
+ false
+ true
+ false
+
+
+
+ //From Flu it's 'Consent given for nasal spray'
+//From others it's 'Consent given'
+
+${__jexl3("${ConsentGiven}"!^"Consent given")}
false
true