diff --git a/tests/zhb/pom/customerPage.js b/tests/zhb/pom/customerPage.js index 5c0a8c9..9e97552 100644 --- a/tests/zhb/pom/customerPage.js +++ b/tests/zhb/pom/customerPage.js @@ -12,9 +12,6 @@ export class Customer { } export class CustomerPage { - /** - * @param {import('@playwright/test').Page} page - */ constructor(page) { this.page = page; }