-
@sebobo @codeception I have created a module to manage IP addresses which will see an alternative content. My test adds and removes database records with the test IP address and checks if the alternative content is shown or not. This way, I realized that all responses were the same.
-
@sebobo @codeception After diving deeper into this problem, I realized, the project uses FullPageCache. Understanding, how this works, I noticed about the cookie problem. But btw: @codeception is there a way to check response headers when using WebDriver?