Merge remote-tracking branch 'origin/feature/CASH-1182' into feature/CASH-1182
This commit is contained in:
commit
ce0822d24d
2 changed files with 2 additions and 2 deletions
|
|
@ -60,7 +60,7 @@ const cashReplaceGlassPromoInshopTests: ITestCase[] = [];
|
||||||
|
|
||||||
const tc = {
|
const tc = {
|
||||||
name: `CashReplaceGlassPromoInshop`,
|
name: `CashReplaceGlassPromoInshop`,
|
||||||
tags: ['@E2E','@CashReplaceGlassPromoInshop', '@test_report', '@CASH'],
|
tags: ['@E2E','@CashReplaceGlassPromoInshop', '@test_report', '@CASH', '@CASH-1182'],
|
||||||
testData: cashReplaceGlassPromoInshopData
|
testData: cashReplaceGlassPromoInshopData
|
||||||
};
|
};
|
||||||
cashReplaceGlassPromoInshopTests.push(tc);
|
cashReplaceGlassPromoInshopTests.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-1182'],
|
||||||
testData: cashReplaceMultiGlassPromoInshopData
|
testData: cashReplaceMultiGlassPromoInshopData
|
||||||
};
|
};
|
||||||
cashReplaceMultiGlassPromoInshopTests.push(tc);
|
cashReplaceMultiGlassPromoInshopTests.push(tc);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue