Changed selected tests to advanced

This commit is contained in:
Chase King 2025-03-06 15:59:59 -05:00
parent 2ea0a61529
commit 50c6d8e5ba
5 changed files with 5 additions and 5 deletions

View file

@ -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);

View file

@ -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);

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'],
tags: [`@${client.clientTag}`, `@${client.accountName}`, '@Advanced', '@INSR-2178'],
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'],
tags: [`@${client.clientTag}`, `@${client.accountName}`, '@Advanced', '@INSR-2178'],
testData: data
}, undefined, '0003a');
advancedScenario0003TestCases.push(tc);

View file

@ -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);