From cd9ea66947ead051aa809cf277a3b7631cb580a6 Mon Sep 17 00:00:00 2001 From: flisowna Date: Mon, 12 Dec 2022 23:05:22 +0300 Subject: [PATCH] clean code --- .../pages/Dashboard/Grid/Column/index.ts | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/tests/playwright/pages/Dashboard/Grid/Column/index.ts b/tests/playwright/pages/Dashboard/Grid/Column/index.ts index 8d9712e650..59d19d443c 100644 --- a/tests/playwright/pages/Dashboard/Grid/Column/index.ts +++ b/tests/playwright/pages/Dashboard/Grid/Column/index.ts @@ -112,12 +112,6 @@ export class ColumnPageObject extends BasePage { hasText: new RegExp(`^${barcodeValueColumnTitle}$`), }) .click(); - // await this.get().locator('.ant-select-single').nth(2).click(); - // await this.rootPage - // .locator(`.ant-select-item`, { - // hasText: new RegExp(`^${barcodeFormat}$`), - // }) - // .click(); break; case 'Lookup': await this.get().locator('.ant-select-single').nth(1).click(); @@ -285,14 +279,6 @@ export class ColumnPageObject extends BasePage { }) .click(); break; - // case 'Barcode': - // await this.get().locator('.ant-select-single').nth(1).click(); - // await this.rootPage - // .locator(`.ant-select-item`, { - // hasText: format, - // }) - // .click(); - // break; default: break; }