Skip to content

Commit

Permalink
Fixing tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
THEBOSS0369 committed Nov 18, 2024
1 parent cb7f22b commit 1bc38fd
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 @@ -122,7 +122,7 @@ function runTests (driver, modes) {
await driver.wait(async function () {
const contentAvailable = await driver.executeScript('return document.querySelector(\'a[href="android-ios-ear-training-app"]\') !== null;');
return contentAvailable;
}, 30000); // Increased to 30 seconds for more loading time
}, 10000); // Increased to 30 seconds for more loading time

// Find the "Android & iOS App" link
const androidLink = await driver.findElement(By.css('a[href="android-ios-ear-training-app"]'));
Expand Down

0 comments on commit 1bc38fd

Please sign in to comment.