From f5b97a632043ad8fac36deec293d9eaa33a554bd Mon Sep 17 00:00:00 2001 From: Siraj Shaik Date: Wed, 12 Mar 2025 13:02:45 -0400 Subject: [PATCH] TAGS WERE ADDED --- playwright-tests/tests/advanced/0021a_VehicleByPlate.ts | 2 +- playwright-tests/tests/advanced/0022a_VehicleByVIN.ts | 2 +- playwright-tests/tests/advanced/0023a_VehicleByVINPartsQns.ts | 2 +- .../tests/advanced/0024a_VehicleByVINUnverifiedBailout.ts | 2 +- .../tests/advanced/0025a_VehicleByVINUnverifiedBailout.ts | 2 +- .../tests/advanced/0026a_NoDeductibleAdasBailout5.ts | 2 +- playwright-tests/tests/advanced/0028a_ItacCancelMyClaim.ts | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/playwright-tests/tests/advanced/0021a_VehicleByPlate.ts b/playwright-tests/tests/advanced/0021a_VehicleByPlate.ts index 059d8598..810e74bf 100644 --- a/playwright-tests/tests/advanced/0021a_VehicleByPlate.ts +++ b/playwright-tests/tests/advanced/0021a_VehicleByPlate.ts @@ -78,7 +78,7 @@ for (const client of advancedClients) { data.clientTag = client.clientTag; const tc = new TestCase({ name: `0021a Advanced client Vehicle By License Plate: "${client.accountName}"`, - tags: [`@${client.clientTag}`, `@${client.accountName}`, '@Advanced'], + tags: [`@${client.clientTag}`, `@${client.accountName}`, '@Advanced', '@INSR-2057'], testData: data }, undefined, '0021a'); advancedScenario0021TestCases.push(tc); diff --git a/playwright-tests/tests/advanced/0022a_VehicleByVIN.ts b/playwright-tests/tests/advanced/0022a_VehicleByVIN.ts index 192fbd8d..7866c3eb 100644 --- a/playwright-tests/tests/advanced/0022a_VehicleByVIN.ts +++ b/playwright-tests/tests/advanced/0022a_VehicleByVIN.ts @@ -77,7 +77,7 @@ for (const client of advancedClients) { data.clientTag = client.clientTag; const tc = new TestCase({ name: `0022a Advanced Client Vehicle By Vin: "${client.accountName}"`, - tags: [`@${client.clientTag}`, `@${client.accountName}`, '@Advanced'], + tags: [`@${client.clientTag}`, `@${client.accountName}`, '@Advanced', '@INSR-2057'], testData: data }, undefined, '0022a'); advancedScenario0022TestCases.push(tc); diff --git a/playwright-tests/tests/advanced/0023a_VehicleByVINPartsQns.ts b/playwright-tests/tests/advanced/0023a_VehicleByVINPartsQns.ts index 9321fe38..f6d650bb 100644 --- a/playwright-tests/tests/advanced/0023a_VehicleByVINPartsQns.ts +++ b/playwright-tests/tests/advanced/0023a_VehicleByVINPartsQns.ts @@ -75,7 +75,7 @@ for (const client of advancedClients) { data.clientTag = client.clientTag; const tc = new TestCase({ name: `0023a Advanced client Unlisted Vehicle: "${client.accountName}"`, - tags: [`@${client.clientTag}`, `@${client.accountName}`, '@Advanced'], + tags: [`@${client.clientTag}`, `@${client.accountName}`, '@Advanced', '@INSR-2057'], testData: data }, undefined, '0023a'); advancedScenario0023TestCases.push(tc); diff --git a/playwright-tests/tests/advanced/0024a_VehicleByVINUnverifiedBailout.ts b/playwright-tests/tests/advanced/0024a_VehicleByVINUnverifiedBailout.ts index dd87ff41..7df0a5a4 100644 --- a/playwright-tests/tests/advanced/0024a_VehicleByVINUnverifiedBailout.ts +++ b/playwright-tests/tests/advanced/0024a_VehicleByVINUnverifiedBailout.ts @@ -79,7 +79,7 @@ for (const client of advancedClients) { data.clientTag = client.clientTag; const tc = new TestCase({ name: `0024a Advanced client Unlisted Vehicle Bailout: "${client.accountName}"`, - tags: [`@${client.clientTag}`, `@${client.accountName}`, '@Advanced'], + tags: [`@${client.clientTag}`, `@${client.accountName}`, '@Advanced', '@INSR-2057'], testData: data }, undefined, '0024a'); advancedScenario0024TestCases.push(tc); diff --git a/playwright-tests/tests/advanced/0025a_VehicleByVINUnverifiedBailout.ts b/playwright-tests/tests/advanced/0025a_VehicleByVINUnverifiedBailout.ts index 2cdcaaaf..1f7c3d84 100644 --- a/playwright-tests/tests/advanced/0025a_VehicleByVINUnverifiedBailout.ts +++ b/playwright-tests/tests/advanced/0025a_VehicleByVINUnverifiedBailout.ts @@ -74,7 +74,7 @@ for (const client of advancedClients) { data.clientTag = client.clientTag; const tc = new TestCase({ name: `0025a Advanced client Unlisted Vehicle Bailout: "${client.accountName}"`, - tags: [`@${client.clientTag}`, `@${client.accountName}`, '@Advanced'], + tags: [`@${client.clientTag}`, `@${client.accountName}`, '@Advanced', '@INSR-2057'], testData: data }, undefined, '00255a'); advancedScenario0025TestCases.push(tc); diff --git a/playwright-tests/tests/advanced/0026a_NoDeductibleAdasBailout5.ts b/playwright-tests/tests/advanced/0026a_NoDeductibleAdasBailout5.ts index 28948fd5..ebfe3c79 100644 --- a/playwright-tests/tests/advanced/0026a_NoDeductibleAdasBailout5.ts +++ b/playwright-tests/tests/advanced/0026a_NoDeductibleAdasBailout5.ts @@ -78,7 +78,7 @@ for (const client of advancedClients) { data.clientTag = client.clientTag; const tc = new TestCase({ name: `0026a Advanced Replace Deductible Client: "${client.accountName}"`, - tags: [`@${client.clientTag}`, `@${client.accountName}`, '@Advanced'], + tags: [`@${client.clientTag}`, `@${client.accountName}`, '@Advanced', '@INSR-2057'], testData: data }, undefined, '0026a'); advancedScenario0026aTestCases.push(tc); diff --git a/playwright-tests/tests/advanced/0028a_ItacCancelMyClaim.ts b/playwright-tests/tests/advanced/0028a_ItacCancelMyClaim.ts index 1b620f99..e620a7c7 100644 --- a/playwright-tests/tests/advanced/0028a_ItacCancelMyClaim.ts +++ b/playwright-tests/tests/advanced/0028a_ItacCancelMyClaim.ts @@ -85,7 +85,7 @@ for (const client of advancedClients) { data.clientTag = client.clientTag; const tc = new TestCase({ name: `0028a Advanced ITAC Cancel My Claim: "${client.accountName}"`, - tags: [`@${client.clientTag}`, `@${client.accountName}`, '@Advanced'], + tags: [`@${client.clientTag}`, `@${client.accountName}`, '@Advanced', '@INSR-2057'], testData: data }, undefined, '0028a'); advancedScenario0013TestCases.push(tc);