https://cypress.io logo
Perhaps I expressed myself incorrectly, and in the...
# e2e-testing
q
Perhaps I expressed myself incorrectly, and in the test I gave too many examples of how I tried to do this. In fact, I only need to visit one page https://mysite.com/item, but when the page loads, images are loaded that are on another page https://sekondsite.com/ which requires authorization. It turns out that authorization does not appear at the very beginning before the page is loaded, but in the middle, when pictures from another site begin to load. Yes, the site is a curve, but what is it. I still don’t understand how cy.origin should help me here.