e2e testing - protractor fast forward time -
i using protractor e2e test framework. once client has been inactive 20 mins decided customer not using site , logged out.
is there anyway in protractor fast forward tests not have wait 20 mins logout occur?
something along these lines guess. perhaps isn't possible cannot find online.
maybe need do, don't think updates time in browser.
var twentyminuteslater = new date(); twentyminuteslater.setminutes(twentyminuteslater.getminutes() + 20);
Comments
Post a Comment