Removed tags from test cases

This commit is contained in:
Chase King 2025-03-11 14:22:27 -04:00
parent bb1df18dac
commit c82ee470f8
2 changed files with 2 additions and 2 deletions

View file

@ -119,7 +119,7 @@ for (const client of advancedClients) {
data.clientTag = client.clientTag;
const tc = new TestCase({
name: `0002a_Advanced_Replace_Deductible_Client: "${client.accountName}"`,
tags: [`@${client.clientTag}`, `@${client.accountName}`, '@Advanced', '@INSR-2178'],
tags: [`@${client.clientTag}`, `@${client.accountName}`, '@Advanced'],
testData: data
}, undefined, '0002a');
advancedScenario0002TestCases.push(tc);

View file

@ -86,7 +86,7 @@ for (const client of advancedClients) {
data.clientTag = client.clientTag;
const tc = new TestCase({
name: `0003a Advanced Replace Deductible Mobile Afterpay Client: "${client.accountName}"`,
tags: [`@${client.clientTag}`, `@${client.accountName}`, '@Advanced', '@INSR-2178'],
tags: [`@${client.clientTag}`, `@${client.accountName}`, '@Advanced'],
testData: data
}, undefined, '0003a');
advancedScenario0003TestCases.push(tc);