Updates test case tags for issue tracking

Moves the CASH-836 tag from the HeavyTruck test to the RepairOnly test.

This change ensures that the correct test case is associated with the corresponding issue in the issue tracking system.
This commit is contained in:
maguire-arman 2025-07-10 09:40:21 -04:00
parent 67c8f995d0
commit e4b2433816
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ const heavyTruckTests: ITestCase[] = [];
const tc: ITestCase = {
name: `alert0001 Heavy Truck`,
tags: ['@Alert', '@HeavyTruck', '@test_report', '@CASH-836'],
tags: ['@Alert', '@HeavyTruck', '@test_report'],
testData: heavyTruckData
};

View file

@ -33,7 +33,7 @@ const repairOnlyTests: ITestCase[] = [];
const tc = {
name: `alert0004 Replace selected when not offered`,
tags: ['@Alert', '@RepairOnly', '@test_report'],
tags: ['@Alert', '@RepairOnly', '@test_report', '@CASH-836'],
testData: repairOnlyData
};
repairOnlyTests.push(tc);