Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"waitUntil" getting timed out intermittently with v3.7.0 #318

Open
anshulkothari-browserstack opened this issue Aug 19, 2024 · 0 comments
Open

Comments

@anshulkothari-browserstack

"waitUntil" getting timed out intermittently with v3.7 and same piece of code smoothly with v2.6.25.

We are working on upgrading nightwatch version from 2.6.25 to 3.7.0, while running automation suite with latest version we seeing intermittent issue with "waitUntil", getting below error intermittently, same piece of code run perfectly with older version -
Error while running "waitUntil" command: [TimeoutError] Wait timed out after 10015ms
Code -
await browser.waitUntil(async () => {
const testingStarted = await manualTestingSessionHelper.liveTestingOn();
return testingStarted === true;
}, constantWaits.SHORT_WAIT);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant