Re-enable tests disabled by cookie path changes
pranavkm opened this issue · 3 comments
pranavkm commented
javiercn commented
@Eilon I'm looking into it. I discussed with @Tratcher and we are trying to workaround HttpClient limitations on the test itself. If i'm not able to do so, I will workaround it by configuring the path on the cookie dynamically based on the presence of a header and I will make HttpClient in that test send that header.
Essentially so that F5 works like in a real world scenario, and the tests work almost like a real world scenario except for the cookie path.