Test commit 1

This commit is contained in:
maguire-arman 2025-07-30 11:48:55 -04:00
parent a414436889
commit ddce8dfe55

View file

@ -46,6 +46,7 @@ export class AfterpayPage extends BasePage {
async executeAfterpayPayment(paymentDetails: IPaymentDetails) { async executeAfterpayPayment(paymentDetails: IPaymentDetails) {
await this.login(paymentDetails.password!); await this.login(paymentDetails.password!);
await this.confirmButton.click(); await this.confirmButton.click();
} }