Adds CASH-848 tag to relevant tests
Adds the '@CASH-848' tag to several Cash and Insurance related E2E tests. This tag likely relates to a specific issue or requirement tracked under CASH-848.
This commit is contained in:
parent
9c643ba48c
commit
d42371683c
5 changed files with 5 additions and 5 deletions
|
|
@ -55,7 +55,7 @@ const cashRepairMobileCCTests: ITestCase[] = [];
|
||||||
|
|
||||||
const tc = {
|
const tc = {
|
||||||
name: `CashRepairMobileCreditCard`,
|
name: `CashRepairMobileCreditCard`,
|
||||||
tags: ['@E2E','@CashRepairMobileCreditCard', '@test_report', '@CASH'],
|
tags: ['@E2E','@CashRepairMobileCreditCard', '@test_report', '@CASH', '@CASH-848'],
|
||||||
testData: cashRepairMobileCCData
|
testData: cashRepairMobileCCData
|
||||||
};
|
};
|
||||||
cashRepairMobileCCTests.push(tc);
|
cashRepairMobileCCTests.push(tc);
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@ const cashReplaceGlassAddressLookupInshopAfterPayTests: ITestCase[] = [];
|
||||||
|
|
||||||
const tc = {
|
const tc = {
|
||||||
name: `CashReplaceGlassAddressLookupInshopAfterPay`,
|
name: `CashReplaceGlassAddressLookupInshopAfterPay`,
|
||||||
tags: ['@E2E','@CashReplaceGlassAddressLookupInshopAfterPay', '@test_report', '@CASH'],
|
tags: ['@E2E','@CashReplaceGlassAddressLookupInshopAfterPay', '@test_report', '@CASH', '@CASH-848'],
|
||||||
testData: cashReplaceGlassAddressLookupInshopAfterPayData
|
testData: cashReplaceGlassAddressLookupInshopAfterPayData
|
||||||
};
|
};
|
||||||
cashReplaceGlassAddressLookupInshopAfterPayTests.push(tc);
|
cashReplaceGlassAddressLookupInshopAfterPayTests.push(tc);
|
||||||
|
|
|
||||||
|
|
@ -101,7 +101,7 @@ const cashReplaceMultiGlassPromoInshopTests: ITestCase[] = [];
|
||||||
|
|
||||||
const tc = {
|
const tc = {
|
||||||
name: `CashReplaceMultiGlassPromoInshop`,
|
name: `CashReplaceMultiGlassPromoInshop`,
|
||||||
tags: ['@E2E','@CashReplaceMultiGlassPromoInshop', '@test_report', '@CASH'],
|
tags: ['@E2E','@CashReplaceMultiGlassPromoInshop', '@test_report', '@CASH', '@CASH-848'],
|
||||||
testData: cashReplaceMultiGlassPromoInshopData
|
testData: cashReplaceMultiGlassPromoInshopData
|
||||||
};
|
};
|
||||||
cashReplaceMultiGlassPromoInshopTests.push(tc);
|
cashReplaceMultiGlassPromoInshopTests.push(tc);
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,7 @@ const CashReplaceSplitWindshieldTests: ITestCase[] = [];
|
||||||
|
|
||||||
const tc = {
|
const tc = {
|
||||||
name: `CashReplaceSplitWindshield`,
|
name: `CashReplaceSplitWindshield`,
|
||||||
tags: ['@E2E','@CashReplaceSplitWindshield', '@test_report', '@CASH'],
|
tags: ['@E2E','@CashReplaceSplitWindshield', '@test_report', '@CASH', '@CASH-848'],
|
||||||
testData: CashReplaceSplitWindshieldData
|
testData: CashReplaceSplitWindshieldData
|
||||||
};
|
};
|
||||||
CashReplaceSplitWindshieldTests.push(tc);
|
CashReplaceSplitWindshieldTests.push(tc);
|
||||||
|
|
|
||||||
|
|
@ -90,7 +90,7 @@ const insuranceAcuityPaypalTests: ITestCase[] = [];
|
||||||
|
|
||||||
const tc = {
|
const tc = {
|
||||||
name: `InsuranceAcuityPaypal`,
|
name: `InsuranceAcuityPaypal`,
|
||||||
tags: ['@E2E','@InsuranceAcuityPaypal', '@test_report', '@Insurance', '@CASH-1187'],
|
tags: ['@E2E','@InsuranceAcuityPaypal', '@test_report', '@Insurance', '@CASH-1187', '@CASH-848'],
|
||||||
testData: insuranceAcuityPaypalData
|
testData: insuranceAcuityPaypalData
|
||||||
};
|
};
|
||||||
insuranceAcuityPaypalTests.push(tc);
|
insuranceAcuityPaypalTests.push(tc);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue