Add tag to retest PR pipeline

This commit is contained in:
JennyNou 2026-04-01 17:18:10 -04:00
parent 0dfae8795e
commit b247926d80

View file

@ -70,7 +70,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-6847'],
testData: data
}, undefined, '0001a');
advancedScenario0001TestCases.push(tc);