Skip to content

Commit

Permalink
Adding firefox 70 tests to see it passes or not
Browse files Browse the repository at this point in the history
  • Loading branch information
THEBOSS0369 committed Dec 30, 2024
1 parent c40a1c0 commit 752a080
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/e2e/spec/tonedear.e2e.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ function runTests (driver, modes) {
// Switch back to default content before handling dialogs or verifying content
await driver.switchTo().defaultContent();

// Wait time
await driver.sleep(1000);
});

Expand Down Expand Up @@ -176,7 +177,7 @@ function runTests (driver, modes) {
return await img.isDisplayed();
}));
return visibility.every((isVisible) => isVisible);
}, 30000, 'No visible store images found after 30 seconds');
}, 10000, '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 752a080

Please sign in to comment.