Skip to content

Commit

Permalink
Commented out the console log
Browse files Browse the repository at this point in the history
  • Loading branch information
THEBOSS0369 committed Jan 10, 2025
1 parent b900c46 commit 16bd5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/spec/tonedear.e2e.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
Expand Down

0 comments on commit 16bd5f7

Please sign in to comment.