mucsi96 / nightwatch-api

[DEPRECATED] Cross-runner API for Nightwatch.js
https://nightwatch-api.netlify.com/
MIT License
84 stars 64 forks source link

The same error is shown 6 times #846

Closed azinchenko91 closed 4 years ago

azinchenko91 commented 4 years ago

When waitForElementVisible throws error, this error will be shown 6 times - https://prnt.sc/rsfk75 It's not reproduced when I run tests without nightwatch-api

nightwatch: "^1.3.4", nightwatch-api: "^3.0.1" browser: any Tests are executed in the BrowserStack

spnraju commented 4 years ago

Hi @azinchenko91 Kindly note that you should be reporting this issue in this package.

Thank you!

LucaLis commented 4 years ago

Hi @spnraju. I think that it's a problem somewhere between nightwatch-api and core nightwatch lib. @azinchenko91 mentioned above that

It's not reproduced when I run tests without nightwatch-api

I came across similar poblem in my test env (also using nightwatch-api) - I will try to isolate the issue and provide more details.