prasforoffice / WebdriverIO-v7-API-E2E-Mobile

1 stars 0 forks source link

Executing API tests with the given 5 secs would fail with a timeout error #12

Open sadeesh-sdet opened 2 years ago

sadeesh-sdet commented 2 years ago

Executing API tests with the given 5 secs would fail with a timeout error

Recommendations: For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. Please refer the solution

prasforoffice commented 2 years ago

Thanks for the link. Definitely helpful. Will UPDATE the with the solutions recommended as soon as I can.