Skip to content

Commit

Permalink
Fix test subject issue
Browse files Browse the repository at this point in the history
  • Loading branch information
burale committed Feb 14, 2024
1 parent 50e886f commit d153ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/register-candidate.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit d153ece

Please sign in to comment.