Updates test case tags

Updates the tags for CashRepairInShopPayPal and CashRepairMobileCreditCard test cases to include the '@CASH-836' tag.
Removes the '@CASH-836' tag from the CashReplaceSplitWindshield test case.
This commit is contained in:
maguire-arman 2025-07-09 20:24:43 -04:00
parent 617b076ef2
commit 67c8f995d0
3 changed files with 3 additions and 3 deletions

View file

@ -42,7 +42,7 @@ const cashRepairInShopPayPalTests: ITestCase[] = [];
const tc = {
name: `CashRepairInShopPayPal`,
tags: ['@E2E','@CashRepairInShopPayPal', '@test_report', '@CASH'],
tags: ['@E2E','@CashRepairInShopPayPal', '@test_report', '@CASH', '@CASH-836'],
testData: cashRepairInShopPayPalData
};
cashRepairInShopPayPalTests.push(tc);

View file

@ -55,7 +55,7 @@ const cashRepairMobileCCTests: ITestCase[] = [];
const tc = {
name: `CashRepairMobileCreditCard`,
tags: ['@E2E','@CashRepairMobileCreditCard', '@test_report', '@CASH'],
tags: ['@E2E','@CashRepairMobileCreditCard', '@test_report', '@CASH', '@CASH-836'],
testData: cashRepairMobileCCData
};
cashRepairMobileCCTests.push(tc);

View file

@ -66,7 +66,7 @@ const CashReplaceSplitWindshieldTests: ITestCase[] = [];
const tc = {
name: `CashReplaceSplitWindshield`,
tags: ['@E2E','@CashReplaceSplitWindshield', '@test_report', '@CASH', '@CASH-836'],
tags: ['@E2E','@CashReplaceSplitWindshield', '@test_report', '@CASH'],
testData: CashReplaceSplitWindshieldData
};
CashReplaceSplitWindshieldTests.push(tc);