I am new to TestCafe. I was trying to automate a scenario where - A logged in user, when clicked on a hyperlink will open a new window.
When trying to automate this, every time a new window is opened, my application is getting logged out. what might be the possible reason for that? Am I missing any configurations?
I have used clientFunction(windows.location) function.