You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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);
The text was updated successfully, but these errors were encountered:
"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);
The text was updated successfully, but these errors were encountered: