Damage location fields changes
This commit is contained in:
parent
ab4735b017
commit
c85a6eba9e
1 changed files with 2 additions and 3 deletions
|
|
@ -103,11 +103,10 @@ export class WelcomePage extends BasePage {
|
||||||
if (!client?.clientFlags.isWelcomeDamageLocationRequired) {
|
if (!client?.clientFlags.isWelcomeDamageLocationRequired) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
await expect(this.page.getByText(/which city did the damage occur/i)).toBeVisible();
|
|
||||||
await expect(this.page.getByText(/which state did the damage occur/i)).toBeVisible();
|
await expect(this.page.getByText(/which state did the damage occur/i)).toBeVisible();
|
||||||
await expect(this.city).toBeVisible();
|
|
||||||
await expect(this.state).toBeVisible();
|
await expect(this.state).toBeVisible();
|
||||||
|
await expect(this.page.getByText(/which city did the damage occur/i)).toBeVisible();
|
||||||
|
await expect(this.city).toBeVisible();
|
||||||
}
|
}
|
||||||
|
|
||||||
async populatePage(customerDetails: ICustomerDetails, claimDetails: IClaimDetails, isFillCityInfo: boolean) {
|
async populatePage(customerDetails: ICustomerDetails, claimDetails: IClaimDetails, isFillCityInfo: boolean) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue