Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
4f7f992517
commit
61ebccea55
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ export class WelcomePage extends BasePage {
|
|||
}
|
||||
|
||||
async validateDamageLocationFieldsIfRequired(clientTag: string, accountNumber?: string) {
|
||||
const client = ClientData.getClientByTag(clientTag);
|
||||
const client = ClientData.resolveClientForTest(clientTag, accountNumber);
|
||||
if (!client?.clientFlags.isWelcomeDamageLocationRequired) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue