silverstripe / silverstripe-testsession

Support module for browser-based test sessions, e.g. for Behat behaviour testing
BSD 3-Clause "New" or "Revised" License
3 stars 20 forks source link

Fix TestSessionState and TestSessionEnvironment #59

Closed dnsl48 closed 5 years ago

dnsl48 commented 5 years ago

Fixing a bug that makes it only wait for pending requests, but not for some time after the last response. $await used to be in microseconds, but timestamps in (microseconds * 10), so that $lastRequestAwait was always false.