THANK YOU!!! . What it was was the long website name I added in the cy.intercept() example: cy.intercept('POST', 'https://securetags.e.com/b/ss/e.researchdev.turner/1/JS-2.23.0/s').as('adobe-analytics')So, I followed what you did and got rid of 'POST' and changed the intercept to: '/b/ss/**' and it ...