Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cb2-12056): test codes moved #1486

Merged
merged 1 commit into from
May 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions src/app/forms/models/testTypeId.enum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ export const TEST_TYPES_GROUP1_SPEC_TEST: string[] = [
'138',
'139',
'140',
'150',
'151',
'158',
'159',
'161',
Expand All @@ -116,15 +114,13 @@ export const TEST_TYPES_GROUP1_SPEC_TEST: string[] = [
'170',
'172',
'173',
'181',
'182',
];

// Test/Retest COIF with annual test, Seatbelt installation check COIF with annual test
export const TEST_TYPES_GROUP2_SPEC_TEST: string[] = ['142', '146', '175', '177'];

// Test/Retest COIF without annual test, Type approved to bus directive COIF, Annex 7 COIF, TILT COIF retest
export const TEST_TYPES_GROUP3_SPEC_TEST: string[] = ['143', '144', '148', '176', '178', '179'];
export const TEST_TYPES_GROUP3_SPEC_TEST: string[] = ['143', '144', '148', '176', '178', '179', '150', '151', '181', '182'];

// Test Seatbelt installation check COIF without annual test
export const TEST_TYPES_GROUP4_SPEC_TEST: string[] = ['147'];
Expand Down
Loading