stale-optician-85950
10/13/2022, 2:26 PMit block? Are you able to separate out the test into muliple smaller it blocks, each with a more specific validation?
2. Your example code comments say that cy.visit('https://mysite.com/item' doesn't work but you have already visited https://mysite.com and that does work. But they have the same URL origin. I suggest you try to simplify your code using 2 URLs with different origins and get cy.origin working there first.