Removed tags from test cases
This commit is contained in:
parent
bb1df18dac
commit
c82ee470f8
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue