From e3d063d57b7918a2d2d5e223c7ac5ace5919bf56 Mon Sep 17 00:00:00 2001 From: Tatu Aalto Date: Sun, 5 Jul 2026 22:51:26 +0300 Subject: [PATCH] chore: clean code --- node/playwright-wrapper/getters.ts | 1 - utest/test_get_text.py | 7 ------- 2 files changed, 8 deletions(-) diff --git a/node/playwright-wrapper/getters.ts b/node/playwright-wrapper/getters.ts index 983f58c4e..d6b071073 100644 --- a/node/playwright-wrapper/getters.ts +++ b/node/playwright-wrapper/getters.ts @@ -118,7 +118,6 @@ enum TextType { async function _getTextContentNoTextType(locator: Locator): Promise { logger.info(`Getting text content without text type`); const tag = await locator.evaluate((e) => e.tagName); - //