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