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
{{ message }}
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.
To ease comparing testresults i use to mock the current date in my mocha tests.
first i started with the sinon lib, later I switched to mockdate (see #1046) which worked fine until Zombie 6.0
Does anyone have a recommendation for a mocking library, that works with zombie ?
Test Szenario
I switched from Zombie 6 to zombie 6, and it looks like, that browser.visit is running in an endless loop and does not call the callback function.
After commenting out the mockdate calls, everything works fine, only the comparison of the test results fails.
The text was updated successfully, but these errors were encountered: