From 7e443e7e760fc1d25980559d74ed02d6c712264e Mon Sep 17 00:00:00 2001 From: LingandRX Date: Wed, 30 Oct 2024 22:19:33 +0800 Subject: [PATCH] test --- tests/zhb/pom/customerPage.js | 3 --- 1 file changed, 3 deletions(-) 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; }