From d153ecef3f0c2c17715c1ab016f48530ba2fb1b4 Mon Sep 17 00:00:00 2001 From: burale Date: Wed, 14 Feb 2024 10:14:57 +0000 Subject: [PATCH] Fix test subject issue --- e2e/register-candidate.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/register-candidate.spec.ts b/e2e/register-candidate.spec.ts index 79bab54..76fb0da 100644 --- a/e2e/register-candidate.spec.ts +++ b/e2e/register-candidate.spec.ts @@ -93,7 +93,7 @@ test.describe("Register Candidate", () => { const candidateFirstName = "Test"; const candidateLastName = "Candidate"; const candidatePostCode = testPostcodes.test2.postcode; - const candidateSubject1 = 'Construction (for example bricklaying, electrical installation or plumbing)'; + const candidateSubject1 = 'Construction'; const candidateSubject2 = 'Other: write your subject in the box below'; const candidateSubject2Other = 'Automated testing'; const candidateQualification = 'Level 4'