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
I am running a test in which I am trying to .click("clickable > ID") twice,
first time it clicks succesfully but then it hangs on second time
I tried adding glance.setLogLevel("trace");
to get more info and it hangs on
Error: timeout of 120000ms exceeded. Ensure the done() callback is being called in this test.
at [object Object]. (C:\projects\test\projectname\node_modules\mocha\lib\runnable.js:230:19)
The text was updated successfully, but these errors were encountered:
I am running a test in which I am trying to .click("clickable > ID") twice,
first time it clicks succesfully but then it hangs on second time
I tried adding glance.setLogLevel("trace");
to get more info and it hangs on
Error: timeout of 120000ms exceeded. Ensure the done() callback is being called in this test.
at [object Object]. (C:\projects\test\projectname\node_modules\mocha\lib\runnable.js:230:19)
The text was updated successfully, but these errors were encountered: