Bill Glesias
Bill Glesias
UPDATE: We were able to figure out the root cause. When Cypress injects it's test runner, `document.domain` is set to allow the application to perform sub domain navigations to allow...
Just wanted to give an update. We have added a new option, called `experimentalSkipDomainInjection` that will be available in Cypress `12.4.0` which will be released a week from Tuesday. You...
Hey all. Wanted to give an update that the `12.4.0` has been delayed slightly. Our estimated time for release is going to be Tuesday, January 24th, 2023. We appreciate your...
So the `experimentalSkipDomainInjection` flag has now been released for about a week. If anyone has any feedback , positive or negative, please let us know! The goal for this experimental...
@io-sar I am starting to take a look into this. I threw together a reproduction repo [here](https://github.com/AtofStryker/cypress-issue-23937). Can you help me fill in the blanks so I can reproduce this...
@turt2live @io-sar sounds like my reproduction isn't very helpful here 😅 . I think the most critical thing here is to get a fully working reproduction, which I know is...
> Is there potentially something in there which sets off a lightbulb around origins? @turt2live nothing off the top of my head, but I wonder if it could be something...
Almost wondering if there is a slight delay in the automation API setting cookies on `http:request` in the server socket? The cookie looks to be eventually set and sent with...
@mirobo #23006 only fixes the issue on firefox with windows machines. I think @amsan7 is experiencing this issue in chrome on MacOS, which seems like a different issue.
Hey @SadiqRahim. What operating system are you on? Is the issue reproducible just from running `cy.visit('https://qa.cognitivecredit.com/')` between v9 and v10?