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:
parent
67c8f995d0
commit
e4b2433816
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue