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:
Udayboppasafelite 2026-06-25 12:04:00 -04:00 committed by GitHub
parent 4f7f992517
commit 61ebccea55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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