Remove commented out code
This commit is contained in:
parent
c03f8a32ea
commit
5dd960a796
1 changed files with 0 additions and 9 deletions
|
|
@ -21,15 +21,6 @@ export class TpaSubmitPage extends BasePage {
|
|||
this.deductible = page.locator('span#deductible-value, span.deductible-value');
|
||||
}
|
||||
|
||||
/* TODO: Fix flakiness of recal alert
|
||||
/*async validateRecalAlert() {
|
||||
await this.recalAlert.waitFor({ state: 'visible', timeout: 5000 });
|
||||
await this.learnMoreLink.click();
|
||||
await this.recalModal.waitFor({ state: 'visible', timeout: 5000 });
|
||||
await this.recalModal.getByRole('button', { name: 'Close' }).click();
|
||||
|
||||
}*/
|
||||
|
||||
async validateDeductible(claimDetails: IClaimDetails) {
|
||||
await expect(this.deductible).toContainText(claimDetails.policyDeductible.toLocaleString());
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue