Hi, I have the below code in my application: *wind...
# component-testing
a
Hi, I have the below code in my application: window.location.host.split(".") I want to test this in cypress. Since the above code is in my project and when my test case is invoking this line, it is taking the cypress automated browser's window object not the application window object. Any quick response is appreciable