Problemunvalidated
a single Cypress test cannot span across multiple origins — we are just trying to test that clicking that button redirects to the correct URL. Tension: instead of allowing the redirect and attempting to read the new URL, we tried to stub the redirect, block it and read what the application is trying to. Outcome: Once the stub is in place, I clicked the button to invoke the method.
1b0fd5a8-49a7-4cf7-b404-864316831442
a single Cypress test cannot span across multiple origins — we are just trying to test that clicking that button redirects to the correct URL. Tension: instead of allowing the redirect and attempting to read the new URL, we tried to stub the redirect, block it and read what the application is trying to. Outcome: Once the stub is in place, I clicked the button to invoke the method.