You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After creating ~30 spec bridges, attempting to visit inside a cy.origin block will fail to visit.
Desired behavior
We should successfully visit.
Test code to reproduce
This test can be run in the 'driver' project in cypress.
it('fails to visit',()=>{// Make ~30 spec bridgesfor(letindex=0;index<29;index++){cy.origin(`http://www.${index}.com:3500`,()=>undefined)}cy.origin('http://www.app.foobar.com:3500',()=>{cy.visit('/fixtures/primary-origin.html')// this fails to visitcy.log('derp')// This is here to prevent the test from exiting early.})})
Cypress Version
10.3.1
Other
No response
The text was updated successfully, but these errors were encountered:
The code for this is done in cypress-io/cypress#24243, but has yet to be released.
We'll update this issue and reference the changelog when it's released.
Current behavior
After creating ~30 spec bridges, attempting to visit inside a
cy.origin
block will fail to visit.Desired behavior
We should successfully visit.
Test code to reproduce
This test can be run in the 'driver' project in cypress.
Cypress Version
10.3.1
Other
No response
The text was updated successfully, but these errors were encountered: