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
// TODO: the xhr event is showing up twice in the log, which is wrong and causing flake. skipping until: https://github.com/cypress-io/cypress/issues/23840 is addressed.
it.skip('verifies XHR requests made while a secondary origin is active eventually update with snapshots of the secondary origin',()=>{
79
79
cy.origin('http://www.foobar.com:3500',()=>{
80
80
// need to set isInteractive in the spec bridge in order to take xhr snapshots in run mode, similar to how isInteractive is set within support/defaults.js
it.skip('verifies fetch requests made while a secondary origin is active eventually update with snapshots of the secondary origin',()=>{
105
105
cy.origin('http://www.foobar.com:3500',()=>{
106
106
// need to set isInteractive in the spec bridge in order to take xhr snapshots in run mode, similar to how isInteractive is set within support/defaults.js
0 commit comments