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
My karma config sets autoReload: false as, by default, I do not want it auto refreshing.
I cannot then turn it on again in the UI - clicking "Enable Refresh" changes the local variable reload to true, so the refresh function
My karma config sets autoReload: false as, by default, I do not want it auto refreshing.
I cannot then turn it on again in the UI - clicking "Enable Refresh" changes the local variable reload to true, so the refresh function
reloads the page, but then shouldReload:
always returns false because location.search is empty.
Perhaps you should navigate to the page, setting true/false as appropriate?
The text was updated successfully, but these errors were encountered: