Changed selected tests to advanced
This commit is contained in:
parent
2ea0a61529
commit
50c6d8e5ba
5 changed files with 5 additions and 5 deletions
|
|
@ -61,7 +61,7 @@ for (const client of essentialClients) {
|
|||
data.isAuthenticationRequired = client.clientFlags.isAuthenticationEnabled ?? false
|
||||
const tc = new TestCase({
|
||||
name: `0001 Essential Replace Statis ADAS Client: "${client.accountName}"`,
|
||||
tags: [`@${client.clientTag}`, `@${client.accountName}`, '@Essentials','@0001', '@test_report', '@INSR-2178'], //TODO: Remove jira card number
|
||||
tags: [`@${client.clientTag}`, `@${client.accountName}`, '@Essentials','@0001', '@test_report'],
|
||||
testData: data
|
||||
}, undefined, '0001');
|
||||
essentialReplaceStaticAdasTests.push(tc);
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ for (const client of advancedClients) {
|
|||
data.clientTag = client.clientTag;
|
||||
const tc = new TestCase({
|
||||
name: `0001a_Advanced_Replace_Deductible_Client: "${client.accountName}"`,
|
||||
tags: [`@${client.clientTag}`, `@${client.accountName}`, '@Advanced'],
|
||||
tags: [`@${client.clientTag}`, `@${client.accountName}`, '@Advanced', '@INSR-2178'],
|
||||
testData: data
|
||||
}, undefined, '0001a');
|
||||
advancedScenario0001TestCases.push(tc);
|
||||
|
|
|
|||
|
|
@ -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'],
|
||||
tags: [`@${client.clientTag}`, `@${client.accountName}`, '@Advanced', '@INSR-2178'],
|
||||
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'],
|
||||
tags: [`@${client.clientTag}`, `@${client.accountName}`, '@Advanced', '@INSR-2178'],
|
||||
testData: data
|
||||
}, undefined, '0003a');
|
||||
advancedScenario0003TestCases.push(tc);
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ for (const client of advancedClients) {
|
|||
data.clientTag = client.clientTag;
|
||||
const tc = new TestCase({
|
||||
name: `0004a Advanced Replace Deductible Client: "${client.accountName}"`,
|
||||
tags: [`@${client.clientTag}`, `@${client.accountName}`, '@Advanced'],
|
||||
tags: [`@${client.clientTag}`, `@${client.accountName}`, '@Advanced', '@INSR-2178'],
|
||||
testData: data
|
||||
}, undefined, '0004a');
|
||||
advancedScenario0004aTestCases.push(tc);
|
||||
|
|
|
|||
Loading…
Reference in a new issue