Add import for Afterpay
This commit is contained in:
parent
dc58951630
commit
7505742467
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import { type Locator, type Page } from '@playwright/test';
|
||||
import { BasePage } from './BasePage';
|
||||
import { AfterpayPage } from './AfterpayPage';
|
||||
import { IPaymentDetails } from '@business-logic/types/CustomerDetails';
|
||||
|
||||
export class PaymentPage extends BasePage {
|
||||
|
|
|
|||
Loading…
Reference in a new issue