From 16bd5f708d9e6663dd206db54b8638d8f3c87eee Mon Sep 17 00:00:00 2001 From: THEBOSS0369 Date: Fri, 10 Jan 2025 20:48:41 +0530 Subject: [PATCH] Commented out the console log --- tests/e2e/spec/tonedear.e2e.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/spec/tonedear.e2e.spec.js b/tests/e2e/spec/tonedear.e2e.spec.js index 1033b99f1..7fe9eceb2 100644 --- a/tests/e2e/spec/tonedear.e2e.spec.js +++ b/tests/e2e/spec/tonedear.e2e.spec.js @@ -160,7 +160,7 @@ function runTests (driver, modes, keepDriver) { const swRegistration = await driver.executeScript('return navigator.serviceWorker.ready'); assert.ok(swRegistration, 'Service Worker is registered'); - console.log('Current URL:', await driver.getCurrentUrl()); + // console.log('Current URL:', await driver.getCurrentUrl()); // Switch to the iframe that contains the Android and iOS images const iframe = await driver.findElement(By.id('articleContent'));