-
Notifications
You must be signed in to change notification settings - Fork 674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Role doesn't work when page navigation doesn't trigger page reloading #2195
Comments
Thanks a lot for the workaround. That really helps to ease the pain. (testcafe version: 0.20.4) |
I'm using hash based navigation and my workaround is:
testcafe 0.20.5 |
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow. |
…ress#2195) (DevExpress#3625) * initial * tmp * tmp * update xammerhead
Are you requesting a feature or reporting a bug?
bug
What is the current behavior?
Role doesn't work after first-time initialization.
Cookie
,localStorage
andsessionStorage
should be restored when a preserved page is loaded but the page changes only the hash and it isn't reloaded after navigating.What is the expected behavior?
Page must be reloaded after the
useRole
function call.How would you reproduce the current behavior (if this is a bug)?
Node server:
Provide the test code and the tested page URL (if applicable)
Test code
Workaround
Specify your
The text was updated successfully, but these errors were encountered: