I have just started using Funcunit today and am using S.open() to go to specific pages but I would like to simulate a browser refresh and also just a hashchange event.
Does this refresh the page if it is called when other tests are running?
S.open("//app#menu/index")
I have tried to change the location hash with no luck.
window.location.hash = "#login/index"
Obviously I have different functionality when the browser is refreshed to when the app is in memory still.
Thanks,
Tim