This commit is contained in:
LingandRX 2024-10-30 22:19:33 +08:00
parent 2d952ddc5d
commit 7e443e7e76

View File

@ -12,9 +12,6 @@ export class Customer {
}
export class CustomerPage {
/**
* @param {import('@playwright/test').Page} page
*/
constructor(page) {
this.page = page;
}