From 80d69345f14b760d7536d63281002e43f423f627 Mon Sep 17 00:00:00 2001 From: LingandRX Date: Thu, 7 Nov 2024 20:35:26 +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; }