Made it so there are fewer than 4 tests
This commit is contained in:
parent
da4e992985
commit
35f216207c
1 changed files with 1 additions and 1 deletions
|
|
@ -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', '@INSR-2178'],
|
||||
tags: [`@${client.clientTag}`, `@${client.accountName}`, '@Advanced'],
|
||||
testData: data
|
||||
}, undefined, '0004a');
|
||||
advancedScenario0004aTestCases.push(tc);
|
||||
|
|
|
|||
Loading…
Reference in a new issue