Skip to content

Commit

Permalink
Increased Time Out for images verififcation
Browse files Browse the repository at this point in the history
  • Loading branch information
THEBOSS0369 authored Nov 19, 2024
1 parent d381a37 commit db01d15
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 @@ -191,7 +191,7 @@ function runTests (driver, modes) {
return await img.isDisplayed();
}));
return visibility.every((isVisible) => isVisible);
}, 10000, 'No visible store images found after 10 seconds');
}, 30000, 'No visible store images found after 30 seconds');

const androidImage = await driver.findElement(By.css('img[alt="Get it on Google Play"]'));
const iosImage = await driver.findElement(By.css('img[alt="Get the iOS app"]'));
Expand Down

0 comments on commit db01d15

Please sign in to comment.